Skip to content

Commit

Permalink
Merge pull request #33 from chrovis/fix/refresh-error
Browse files Browse the repository at this point in the history
Fix cider-refresh error
  • Loading branch information
alumi authored Mar 9, 2017
2 parents e6e97fb + a1b9741 commit 8886278
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
:plugins [[lein-bin "0.3.5"]
[lein-codox "0.10.3"]
[lein-marginalia "0.9.0"]]
:main cljam.main
:aot [cljam.main]
:main ^:skip-aot cljam.main
:global-vars {*warn-on-reflection* true}}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}
:1.8 {:dependencies [[org.clojure/clojure "1.8.0"]]}
Expand Down

0 comments on commit 8886278

Please sign in to comment.