Skip to content

Commit

Permalink
Adding Clojure 1.8 to :all.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgore committed Apr 1, 2016
1 parent 0226cc2 commit 07bbb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -21,4 +21,4 @@
:1.6 {:dependencies [^:replace [org.clojure/clojure "1.6.0"]]}
:1.7 {:dependencies [^:replace [org.clojure/clojure "1.7.0"]]}
:1.8 {:dependencies [^:replace [org.clojure/clojure "1.8.0"]]}}
:aliases {"all" ["with-profile" "test,1.5:test,1.6:test,1.7"]})
:aliases {"all" ["with-profile" "test,1.5:test,1.6:test,1.7:test,1.8"]})

0 comments on commit 07bbb60

Please sign in to comment.