Skip to content

Commit cdd9450

Browse files
committed
Try to fix the broken cljs build
1 parent 886a410 commit cdd9450

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@
9696
:resource-paths ["test/resources"]
9797
:test-paths ["test/clj"]}
9898
:test-cljs {:test-paths ["test/cljs"]
99-
:dependencies [[cider/piggieback "0.3.2"]]}
99+
:dependencies [[org.clojure/tools.nrepl "0.2.13"]
100+
[cider/piggieback "0.3.2"]]}
100101

101102
:sysutils {:plugins [[lein-sysutils "0.2.0"]]}
102103

0 commit comments

Comments
 (0)