diassociate version from project.clj so can be used for other modules

This commit is contained in:
Nathan Marz 2015-06-22 14:37:16 -04:00
parent bb1a70c339
commit eb11d3771a
2 changed files with 4 additions and 1 deletions

1
VERSION Normal file
View file

@ -0,0 +1 @@
0.5.4

View file

@ -1,4 +1,6 @@
(defproject com.rpl/specter "0.5.4" (def VERSION (.trim (slurp "VERSION")))
(defproject com.rpl/specter VERSION
: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