Fork me on GitHub
#leiningen
<
2018-01-20
>
orlandow17:01:50

hi, is there a way of configuring lein to use clojure 1.9.0 outside a project?

orlandow17:01:04

setting this in profiles.clj is not working

{:repl {:dependencies [^:displace [org.clojure/clojure "1.9.0"]]}}

gfredericks21:01:34

it doesn't work without the ^:displace either?

orlandow22:01:27

same thing, it loads clojure 1.8.0