diff --git a/project.clj b/project.clj index ef130b1..d2fdaba 100644 --- a/project.clj +++ b/project.clj @@ -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"]]} })