This commit is contained in:
Nathan Marz 2015-03-02 11:40:42 -05:00
parent a6b8546a17
commit a22079d027

View file

@ -1,4 +1,4 @@
(defproject com.rpl/specter "0.0.5" (defproject com.rpl/specter "0.0.6"
:dependencies [[org.clojure/clojure "1.6.0"] :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 :jvm-opts ["-XX:-OmitStackTraceInFastThrow"] ; this prevents JVM from doing optimizations which can remove stack traces from NPE and other exceptions