Skip to content

Commit

Permalink
[Fix #643] Bump suitable (#644)
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. This problem is addressed in suitable 0.2.8.
  • Loading branch information
rksm authored and bbatsov committed Sep 2, 2019
1 parent 7a23434 commit 1150a3d
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 @@ -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.8" :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 1150a3d

Please sign in to comment.