Skip to content

Commit

Permalink
bump suitable to fix clojure-emacs#643
Browse files Browse the repository at this point in the history
- nodejs would throw nullpointer exception on first completion due to repl-env
not being initialized
  • Loading branch information
rksm committed Sep 1, 2019
1 parent 7a23434 commit cf70a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -12,7 +12,7 @@
^:inline-dep [fipp "0.6.18"] ; can be removed in unresolved-tree mode
^:inline-dep [compliment "0.3.9"]
^:inline-dep [cljs-tooling "0.3.1"]
^:inline-dep [org.rksm/suitable "0.2.6" :exclusions [org.clojure/clojurescript]]
^:inline-dep [org.rksm/suitable "0.2.7" :exclusions [org.clojure/clojurescript]]
^:inline-dep [cljfmt "0.6.4" :exclusions [org.clojure/clojurescript]]
^:inline-dep [org.clojure/tools.namespace "0.3.1"]
^:inline-dep [org.clojure/tools.trace "0.7.10"]
Expand Down

0 comments on commit cf70a98

Please sign in to comment.