Skip to content

Commit

Permalink
test.check 0.6.2-SNAPSHOT -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Kingsbury committed Oct 14, 2015
1 parent 264cb88 commit 1ebe988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
:profiles {:dev {:dependencies [[org.clojure/clojure "1.7.0"]
[org.clojars.achim/multiset "0.1.0-SNAPSHOT"]
[criterium "0.4.3"]
[org.clojure/test.check "0.6.2-SNAPSHOT"]]
[org.clojure/test.check "0.7.0"]]
; :jvm-opts ["-XX:-OmitStackTraceInFastThrow"]
}}
:test-selectors {:default #(not-any? % [:stress :bench])
Expand Down

0 comments on commit 1ebe988

Please sign in to comment.