From 17c81618168ed9f8063b56bd502fbbd0111528ed Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Thu, 30 Jan 2014 15:59:17 +0700 Subject: [PATCH] Deps: simple-check 0.5.6, --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6554c29..f801042 100644 --- a/project.clj +++ b/project.clj @@ -16,7 +16,7 @@ ] :dependencies [[expectations "1.4.56"] [org.xerial.snappy/snappy-java "1.1.1-M1"] - [reiddraper/simple-check "0.5.3"] + [reiddraper/simple-check "0.5.6"] [org.clojure/data.fressian "0.2.0"]]} :bench {:dependencies [] :jvm-opts ^:replace ["-server"]}} :aliases {"test-all" ["with-profile" "+test,+1.4:+test,+1.5:+test,+1.6" "expectations"]