Skip to content

Commit

Permalink
Test against Clojure 1.7.0-alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jan 10, 2015
1 parent e8f7c67 commit 06070e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -3,7 +3,7 @@
:dependencies [[org.clojure/clojure "1.6.0"]
[org.eclipse.paho/mqtt-client "0.4.0"]
[clojurewerkz/support "1.1.0"]]
:profiles {:1.7 {:dependencies [[org.clojure/clojure "1.7.0-alpha4"]]}
:profiles {:1.7 {:dependencies [[org.clojure/clojure "1.7.0-alpha5"]]}
:master {:dependencies [[org.clojure/clojure "1.7.0-master-SNAPSHOT"]]}
:dev {:resource-paths ["test/resources"]
:plugins [[codox "0.8.10"]]
Expand Down

0 comments on commit 06070e2

Please sign in to comment.