From 9b2a1cba187e6cde43566f4c447c622908f0f839 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Sat, 19 Oct 2013 15:42:08 +0700 Subject: [PATCH] Bump test dep: snappy-java 1.0.5->1.1.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index d7ba29d..e1da563 100644 --- a/project.clj +++ b/project.clj @@ -12,7 +12,7 @@ :1.6 {:dependencies [[org.clojure/clojure "1.6.0-master-SNAPSHOT"]]} :dev {:dependencies []} :test {:dependencies [[expectations "1.4.56"] - [org.xerial.snappy/snappy-java "1.0.5"]]} + [org.xerial.snappy/snappy-java "1.1.0"]]} :bench {:dependencies [] :jvm-opts ^:replace ["-server"]}} :aliases {"test-all" ["with-profile" "+test,+1.4:+test,+1.5:+test,+1.6" "expectations"] "test-auto" ["with-profile" "+test" "autoexpect"]