Skip to content

Commit

Permalink
Make core templates use Clojure 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Klishin committed Mar 4, 2013
1 parent 26f20ec commit ba5d6d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/leiningen/new/app/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.4.0"]]
:dependencies [[org.clojure/clojure "1.5.0"]]
:main {{namespace}})
2 changes: 1 addition & 1 deletion resources/leiningen/new/default/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.4.0"]])
:dependencies [[org.clojure/clojure "1.5.0"]])

0 comments on commit ba5d6d9

Please sign in to comment.