From aca0fa4b5ee9626fbdbac5cec70c780c0c6c035a Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Sun, 1 Mar 2015 20:33:55 -0500 Subject: [PATCH] 0.0.4 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index ba84bc7..ddf9dd5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.rpl/specter "0.0.3" +(defproject com.rpl/specter "0.0.4" :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