This commit is contained in:
Nathan Marz 2015-05-31 08:50:21 -04:00
parent 50576e447b
commit 86a3aee11d

View file

@ -1,4 +1,4 @@
(defproject com.rpl/specter "0.5.0"
(defproject com.rpl/specter "0.5.1"
: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