Skip to content

Commit 5e941ad

Browse files
rksmbbatsov
authored andcommitted
[Fix #635] Bump suitable dep (#636)
suitable 0.2.4 also fixes a calva issue (no context in completion msg) and adds support for shadow-cljs.
1 parent 45c99b1 commit 5e941ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
^:inline-dep [fipp "0.6.18"] ; can be removed in unresolved-tree mode
1212
^:inline-dep [compliment "0.3.9"]
1313
^:inline-dep [cljs-tooling "0.3.1"]
14-
^:inline-dep [org.rksm/suitable "0.2.1" :exclusions [org.clojure/clojurescript]]
14+
^:inline-dep [org.rksm/suitable "0.2.4" :exclusions [org.clojure/clojurescript]]
1515
^:inline-dep [cljfmt "0.6.4" :exclusions [org.clojure/clojurescript]]
1616
^:inline-dep [org.clojure/tools.namespace "0.3.1"]
1717
^:inline-dep [org.clojure/tools.trace "0.7.10"]

0 commit comments

Comments
 (0)