Skip to content

Commit

Permalink
Test with released clojure 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tanzoniteblack committed May 23, 2018
1 parent c53fefe commit 3d1a56b
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 @@ -17,7 +17,7 @@
:1.5 {:dependencies [[org.clojure/clojure "1.5.1"]]}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}
:1.8 {:dependencies [[org.clojure/clojure "1.8.0"]]}
:1.9 {:dependencies [[org.clojure/clojure "1.9.0-beta2"]]}
:1.9 {:dependencies [[org.clojure/clojure "1.9.0"]]}
:benchmark {:test-paths ["benchmarks"]
:jvm-opts ^:replace ["-Xms1g" "-Xmx1g" "-server"]
:dependencies [[criterium "0.4.4"]
Expand Down

0 comments on commit 3d1a56b

Please sign in to comment.