Commit 31e04aa 1 parent 3b07e60 commit 31e04aa Copy full SHA for 31e04aa
File tree 4 files changed +36
-44
lines changed
4 files changed +36
-44
lines changed Original file line number Diff line number Diff line change 29
29
; ;
30
30
:nrepl
31
31
{:extra-deps {nrepl/nrepl {:mvn/version " 1.3.1" }
32
- cider/cider-nrepl {:mvn/version " 0.52.0 " }}
32
+ cider/cider-nrepl {:mvn/version " 0.52.1 " }}
33
33
:jvm-opts [" -XX:-OmitStackTraceInFastThrow" ]}
34
34
35
35
:flowstorm
36
36
{; ; for disabling the official compiler
37
37
:classpath-overrides {org.clojure/clojure nil }
38
- :extra-deps {com.github.flow-storm/clojure {:mvn/version " 1.12.0-3 " }
39
- com.github.flow-storm/flow-storm-dbg {:mvn/version " 4.1.2 " }}
38
+ :extra-deps {com.github.flow-storm/clojure {:mvn/version " 1.12.0-4 " }
39
+ com.github.flow-storm/flow-storm-dbg {:mvn/version " 4.2.0 " }}
40
40
:jvm-opts [" -Dclojure.storm.instrumentEnable=true" ]}
41
41
42
42
:nrepl/jvm
59
59
; ;
60
60
:lint-cache {:replace-paths [" src" ]} ; ; when building classpath we want to exclude resources
61
61
; ; so we do not pick up our own clj-kondo config exports
62
- :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2025.01.16 " }}
62
+ :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2025.02.20 " }}
63
63
:override-deps {org.clojure/clojure {:mvn/version " 1.12.0" }}
64
64
:main-opts [" -m" " clj-kondo.main" ]}
65
65
168
168
; ;
169
169
; ; Maintenance support
170
170
; ;
171
- :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 2.11.1264 " }
172
- org.slf4j/slf4j-simple {:mvn/version " 2.0.16 " } ; ; to rid ourselves of logger warnings
171
+ :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 2.11.1269 " }
172
+ org.slf4j/slf4j-simple {:mvn/version " 2.0.17 " } ; ; to rid ourselves of logger warnings
173
173
}
174
174
:override-deps {org.clojure/clojure {:mvn/version " 1.12.0" }}
175
175
:main-opts [" -m" " antq.core"
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" : " ^2.28.20 "
9
+ "shadow-cljs" : " ^2.28.21 "
10
10
}
11
11
}
Original file line number Diff line number Diff line change 293
293
:show-deps-fn lein-deps-tree
294
294
:test-cmds [" lein kaocha" ]}
295
295
{:name " antq"
296
- :version " 2.11.1264 "
296
+ :version " 2.11.1269 "
297
297
:platforms [:clj ]
298
298
:github-release {:repo " liquidz/antq" }
299
299
:patch-fn deps-edn-v1-patch
You can’t perform that action at this time.
0 commit comments