File tree Expand file tree Collapse file tree 4 files changed +36
-44
lines changed Expand file tree Collapse file tree 4 files changed +36
-44
lines changed Original file line number Diff line number Diff line change 2929 ; ;
3030 :nrepl
3131 {: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 " }}
3333 :jvm-opts [" -XX:-OmitStackTraceInFastThrow" ]}
3434
3535 :flowstorm
3636 {; ; for disabling the official compiler
3737 :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 " }}
4040 :jvm-opts [" -Dclojure.storm.instrumentEnable=true" ]}
4141
4242 :nrepl/jvm
5959 ; ;
6060 :lint-cache {:replace-paths [" src" ]} ; ; when building classpath we want to exclude resources
6161 ; ; 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 " }}
6363 :override-deps {org.clojure/clojure {:mvn/version " 1.12.0" }}
6464 :main-opts [" -m" " clj-kondo.main" ]}
6565
168168 ; ;
169169 ; ; Maintenance support
170170 ; ;
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
173173 }
174174 :override-deps {org.clojure/clojure {:mvn/version " 1.12.0" }}
175175 :main-opts [" -m" " antq.core"
Original file line number Diff line number Diff line change 66 "karma-cljs-test" : " ^0.1.0" ,
77 "karma-junit-reporter" : " ^2.0.0" ,
88 "karma-spec-reporter" : " ^0.0.36" ,
9- "shadow-cljs" : " ^2.28.20 "
9+ "shadow-cljs" : " ^2.28.21 "
1010 }
1111}
Original file line number Diff line number Diff line change 293293 :show-deps-fn lein-deps-tree
294294 :test-cmds [" lein kaocha" ]}
295295 {:name " antq"
296- :version " 2.11.1264 "
296+ :version " 2.11.1269 "
297297 :platforms [:clj ]
298298 :github-release {:repo " liquidz/antq" }
299299 :patch-fn deps-edn-v1-patch
You can’t perform that action at this time.
0 commit comments