From 8c6fd9598793cef9fb5ab41e402c8e43a3c8aed7 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Tue, 14 Apr 2015 23:59:12 -0400 Subject: [PATCH] 0.0.8 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index b4f41a8..c6e8802 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.rpl/specter "0.0.7" +(defproject com.rpl/specter "0.0.8" :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