Skip to content

Commit

Permalink
Clojure master is now 1.8.0-master-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jul 11, 2015
1 parent 1426b66 commit 701b16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
:source-paths ["src/clojure"]
:profiles {:1.5 {:dependencies [[org.clojure/clojure "1.5.1"]]}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}
:master {:dependencies [[org.clojure/clojure "1.7.0-master-SNAPSHOT"]]}
:master {:dependencies [[org.clojure/clojure "1.8.0-master-SNAPSHOT"]]}
:dev {:plugins [[codox "0.8.10"]]
:codox {:sources ["src/clojure"]
:output-dir "doc/api"}}
Expand Down

0 comments on commit 701b16a

Please sign in to comment.