From 1f504e95b42d53b7b43877ae0e7243ca1d9921db Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Mon, 11 May 2015 15:19:47 -0400 Subject: [PATCH] 0.5.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index d2fdaba..20e0831 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.rpl/specter "0.1.0" +(defproject com.rpl/specter "0.5.0" :dependencies [[org.clojure/clojure "1.6.0"] ] :jvm-opts ["-XX:-OmitStackTraceInFastThrow"] ; this prevents JVM from doing optimizations which can remove stack traces from NPE and other exceptions