File tree 4 files changed +104
-25
lines changed
4 files changed +104
-25
lines changed Original file line number Diff line number Diff line change 22
22
; ;
23
23
; ; ClojureScript version we test with (and support)
24
24
; ;
25
- :cljs {:extra-deps {org.clojure/clojurescript {:mvn/version " 1.12.38 " }}}
25
+ :cljs {:extra-deps {org.clojure/clojurescript {:mvn/version " 1.12.42 " }}}
26
26
27
27
; ;
28
28
; ; REPL to support bb dev-jvm & dev-cljs tasks, see script/dev_repl.clj
36
36
{; ; for disabling the official compiler
37
37
:classpath-overrides {org.clojure/clojure nil }
38
38
:extra-deps {com.github.flow-storm/clojure {:mvn/version " 1.12.0-9" }
39
- com.github.flow-storm/flow-storm-dbg {:mvn/version " 4.4.1 " }}
39
+ com.github.flow-storm/flow-storm-dbg {:mvn/version " 4.4.2 " }}
40
40
:jvm-opts [" -Dclojure.storm.instrumentEnable=true" ]}
41
41
42
42
:nrepl/jvm
130
130
cli-matic/cli-matic {:mvn/version " 0.5.4" }}}
131
131
132
132
:apply-import-vars {:override-deps {org.clojure/clojure {:mvn/version " 1.12.0" }}
133
- :extra-deps {metosin/malli {:mvn/version " 0.17 .0" }
133
+ :extra-deps {metosin/malli {:mvn/version " 0.18 .0" }
134
134
io.aviso/pretty {:mvn/version " 1.4.4" }}
135
135
:ns-default lread.apply-import-vars}
136
136
157
157
; ;
158
158
; ; Deployment
159
159
; ;
160
- :build {:deps {io.github.clojure/tools.build {:mvn/version " 0.10.8 " }}
160
+ :build {:deps {io.github.clojure/tools.build {:mvn/version " 0.10.9 " }}
161
161
:extra-paths [" src" " build" ]
162
162
:ns-default build}
163
163
Original file line number Diff line number Diff line change 6
6
"karma-cljs-test" : " ^0.1.0" ,
7
7
"karma-junit-reporter" : " ^2.0.0" ,
8
8
"karma-spec-reporter" : " ^0.0.36" ,
9
- "shadow-cljs" : " ^3.0.4 "
9
+ "shadow-cljs" : " ^3.0.6 "
10
10
}
11
11
}
Original file line number Diff line number Diff line change 23
23
; ; macOS on GitHub Actions is now arm-based and does not include jdk8
24
24
" macos" [" 11" " 17" " 21" " 24" ]
25
25
" windows" [" 8" " 11" " 17" " 21" " 24" ]})
26
- (def ^:private jdk-cljs " 11 " )
26
+ (def ^:private jdk-cljs " 21 " )
27
27
(def ^:private jdk-shadow-cljs " 21" )
28
28
(def ^:private all-oses (keys os-jdks))
29
29
You can’t perform that action at this time.
0 commit comments