removed plugin

This commit is contained in:
Nathan Marz 2015-05-10 18:39:09 -04:00
parent b20d035950
commit e052ee06a8

View file

@ -4,7 +4,6 @@
:jvm-opts ["-XX:-OmitStackTraceInFastThrow"] ; this prevents JVM from doing optimizations which can remove stack traces from NPE and other exceptions
:source-paths ["src/clj"]
:test-paths ["test/clj"]
:plugins [[lein-nodisassemble "0.1.3"]]
:profiles {:dev {:dependencies
[[org.clojure/test.check "0.5.9"]]}
})