Update sample project.clj to use Clojure 1.5.1

This commit is contained in:
Michael Drogalis 2013-04-03 20:58:27 -03:00
parent 18ab31d683
commit e5e55edef0

View file

@ -80,7 +80,7 @@ The `project.clj` file in the project root should look like this:
:description "A project for doing things."
:license "Eclipse Public License 1.0"
:url "http://github.com/technomancy/myproject"
:dependencies [[org.clojure/clojure "1.4.0"]]
:dependencies [[org.clojure/clojure "1.5.1"]]
:plugins [[lein-ring "0.4.5"]])
```