Fork me on GitHub
#leiningen
<
2018-12-23
>
mikerod00:12:54

@chase-lambert you want lein itself to use a different clj version?

mikerod00:12:36

I’m on phone. So hard to lookup. But look at lein sample on GitHub. Shows env variables to affect lein java version.

Chase03:12:50

I just want to have new projects built with lein to have clojure 1.10.0 in it's dependencies instead of the default of 1.9.0. Not a big deal, I can just change it manually but I was curious. I was under the impression I could create a profiles.clj file in my ~/.lein folder and change the default settings.

mikerod17:12:24

That’s should work

mikerod17:12:01

Although it’s best to explicitly declare your deps In project profiles typical for reproducibility across machines