File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 88 io.github.cognitect-labs/test-runner {:git/tag " v0.5.1" :git/sha " dfb30dd" }
99 fipp/fipp {:mvn/version " 0.6.29" }
1010 com.widdindustries/time-literals {:mvn/version " 0.1.10" }
11- thheller/shadow-cljs {:mvn/version " 3.2.0" }
12- org.clojure/clojurescript {:mvn/version " 1.12.42" }}}
11+ ; ; Newer versions of shadow-cljs require a newer version of
12+ ; ; ClojureScript, which requires a newer version of the Closure
13+ ; ; Compiler, which requires a never version of the Java Platform.
14+ ; ;
15+ ; ; Don't want anything to do with that, so we'll just stick with
16+ ; ; an old shadow-cljs version until perpetuity.
17+ thheller/shadow-cljs ^:antq/exclude {:mvn/version " 2.25.8" }}}
1318
1419 :bench
1520 {:extra-deps {org.clojure/clojure {:mvn/version " 1.12.2" }}}
Original file line number Diff line number Diff line change 55 "test" : " test"
66 },
77 "devDependencies" : {
8- "shadow-cljs" : " ^3.2.0 " ,
8+ "shadow-cljs" : " ^2.25.8 " ,
99 "@js-joda/core" : " 3.2.0"
1010 }
1111}
You can’t perform that action at this time.
0 commit comments