This commit is contained in:
Nathan Marz 2015-02-26 21:59:15 -05:00
parent 59a1f742bf
commit 0387e0cd98

View file

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