在部署的Clojure應用的Heroku,我看到它是用「緩存Leiningen 1.6.2如何升級Heroku Leiningen版本?
$ git push heroku master
Counting objects: 271, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (205/205), done.
Writing objects: 100% (251/251), 737.28 KiB | 583 KiB/s, done.
Total 251 (delta 48), reused 234 (delta 41)
-----> Heroku receiving push
-----> Clojure app detected
-----> Using cached Leiningen 1.6.2
Downloading: rlwrap-0.3.7
Writing: lein script
-----> Installing dependencies and compiling with Leiningen
...
我想升級到1.7.0,所以我可以在project.clj
的:plugins
功能的優勢。
怎樣纔可以有升級的Heroku的Leiningen的版本在我的雪松堆棧?
謝謝!
謝謝,菲爾。我期待着Heroku的「release」1.7。我暫時有一個解決方法,但我很感謝你回答我的問題。 – 2012-02-09 04:31:47
即使在4年之後,這一點也很有用,因爲Heroku Clojure buildpack中的Leiningen當前版本已損壞,解決方法是使用此技巧指向以前的工作版本。 – 2016-02-05 19:53:38