Skip to content

Commit

Permalink
Test against Clojure 1.7.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jun 28, 2015
1 parent d7ae08f commit 20d7712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -16,7 +16,7 @@
:javac-options ["-target" "1.6" "-source" "1.6"]
:profiles {:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}
:1.5 {:dependencies [[org.clojure/clojure "1.5.1"]]}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0-alpha5"]]}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0-RC2"]]}
:master {:dependencies [[org.clojure/clojure "1.7.0-master-SNAPSHOT"]]}
:dev {:resource-paths ["test/resources"]
:dependencies [[org.clojure/core.cache "0.6.3" :exclusions [org.clojure/clojure]]
Expand Down

0 comments on commit 20d7712

Please sign in to comment.