Skip to content

Commit

Permalink
Switched to Clojure 1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
r0man committed Mar 1, 2013
1 parent 0222082 commit a0bc274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.apache.ant/ant-junit "1.8.4"]
[org.clojure/clojure "1.5.0"]
[lancet "1.0.1"]
[junit/junit "4.11"]]
:eval-in-leiningen true)
2 changes: 1 addition & 1 deletion sample/project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defproject sample-project "0.0.1-SNAPSHOT"
:min-lein-version "2.0.0"
:dependencies [[org.clojure/clojure "1.4.0"]]
:dependencies [[org.clojure/clojure "1.5.0"]]
:profiles {:dev {:dependencies [[junit/junit "4.11"]]}}
:plugins [[lein-junit "1.1.2"]]
:hooks []
Expand Down

0 comments on commit a0bc274

Please sign in to comment.