heroku / heroku-buildpack-clojure

Heroku's buildpack for Clojure applications.
MIT License
117 stars 114 forks source link

min-lein-version doesn't work with multi-line #68

Open jkutner opened 5 years ago

jkutner commented 5 years ago

The Clojure buildpack ignores :min-lein-version in project.clj unless it's all on one line. The following works:

:min-lein-version "2.5.0"

While the multi-line version, which is valid Clojure, does not:

:min-lein-version
"2.5.0"