This commit is contained in:
Nathan Marz 2015-06-19 14:13:31 -04:00
parent e4a3275ff1
commit 6590995bf6

View file

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