How to change Clojure or Lein's Clojure default version?

前端 未结 1 484
日久生厌
日久生厌 2020-12-21 07:10

I\'m not sure why but when I enter the REPL through $ clojure or $ lein repl, >(clojure-version) says \'1.2.1\'. I want it to say \

相关标签:
1条回答
  • 2020-12-21 07:26

    Currently this isn't supported outside a project, but it's being worked on: https://github.com/technomancy/leiningen/issues/966

    A workaround for now is just to specify it in your project.clj

    Further recommendation: upgrade to Leiningen 2.0.

    0 讨论(0)
提交回复
热议问题