Skip to content

Commit

Permalink
Add Clojure 1.9 to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jahson committed Jul 20, 2017
1 parent a0a34da commit a64ecd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
[cheshire "5.6.3"]
[ring/ring-core "1.6.0-beta6"]]
:plugins [[codox "0.8.13"]]
:aliases {"test-all" ["with-profile" "default:+1.6:+1.7:+1.8" "test"]}
:aliases {"test-all" ["with-profile" "default:+1.6:+1.7:+1.8:+1.9" "test"]}
:profiles
{:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}
:1.8 {:dependencies [[org.clojure/clojure "1.8.0"]]}})
:1.8 {:dependencies [[org.clojure/clojure "1.8.0"]]}
:1.9 {:dependencies [[org.clojure/clojure "1.9.0-alpha17"]]}})

0 comments on commit a64ecd2

Please sign in to comment.