Merge pull request #1126 from MichaelDrogalis/master

Updated sample project.clj
This commit is contained in:
Jean Niklas L'orange 2013-04-03 17:10:50 -07:00
commit 2f69f71aee

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"]])
```