Fork me on GitHub
#leiningen
<
2018-12-22
>
Chase18:12:43

hello. I'm trying to make it so lein uses clojure 1.10.0 as the default when creating projects. I created a ~/.lein/profiles.clj file and input: {user {:dependencies [[org.clojure/clojure "1.10.0"]]}} but it doesn't seem to affect anything. What am I doing wrong here?