Skip to content

Commit

Permalink
project downgrade core.async
Browse files Browse the repository at this point in the history
new version is causing stack overflow in the compiler for some reason
  • Loading branch information
darwin committed Apr 18, 2020
1 parent cb020fc commit 2a47dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
['org.clojure/clojurescript selected-clojurescript-version :scope "provided"]])

(def required-deps
[['org.clojure/core.async "1.1.587"]
[['org.clojure/core.async "1.0.567"]
['org.clojure/tools.logging "1.0.0"]
['org.clojure/tools.cli "1.0.194"]
['nrepl/nrepl "0.7.0"]
Expand Down

0 comments on commit 2a47dcc

Please sign in to comment.