Fork me on GitHub
#leiningen
<
2020-07-02
>
thumbnail09:07:40

Hi 👋:skin-tone-2: I'm trying to use lein update-in to replace the dependency-vector in an alias; but f needs to be a resolvable fn; so no user-code can be used I think.

noisesmith14:07:00

if you use clojure 1.10 or newer, you can use requiring-resolve as long as the source file is on the path properly when you attempt to access it

3
noisesmith14:07:48

you can use ~(...) to "escape" the implicit quoted form in project.clj and execute code