Skip to content

Commit

Permalink
Bump 1.9.0 tests to use 1.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Feb 2, 2018
1 parent 8b45606 commit 95c96bc
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 @@ -31,7 +31,7 @@
]}
:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}
:1.9 {:dependencies [[org.clojure/clojure "1.9.0-RC2"]]}}
:1.9 {:dependencies [[org.clojure/clojure "1.9.0"]]}}
:aliases {"all" ["with-profile" "dev,1.6:dev,1.7:dev,1.9:dev"]}
:plugins [[codox "0.6.4"]]
:test-selectors {:default #(not (:integration %))
Expand Down

0 comments on commit 95c96bc

Please sign in to comment.