File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
:1.11 {:override-deps {org.clojure/clojure {:mvn/version " 1.11.3" }}}
20
20
21
21
; ; Clojure pre-release to test against
22
- :1.12 {:override-deps {org.clojure/clojure {:mvn/version " 1.12.0-alpha9 " }}}
22
+ :1.12 {:override-deps {org.clojure/clojure {:mvn/version " 1.12.0-alpha10 " }}}
23
23
24
24
; ;
25
25
; ; ClojureScript version we test with (and support)
147
147
; ;
148
148
; ; Maintenance support
149
149
; ;
150
- :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 2.8.1194 " }
150
+ :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 2.8.1201 " }
151
151
org.slf4j/slf4j-simple {:mvn/version " 2.0.13" } ; ; to rid ourselves of logger warnings
152
152
}
153
153
:override-deps {org.clojure/clojure {:mvn/version " 1.11.1" }}
Original file line number Diff line number Diff line change 272
272
:show-deps-fn lein-deps-tree
273
273
:test-cmds [" lein kaocha" ]}
274
274
{:name " antq"
275
- :version " 2.8.1194 "
275
+ :version " 2.8.1201 "
276
276
:platforms [:clj ]
277
277
:github-release {:repo " liquidz/antq" }
278
278
:patch-fn deps-edn-v1-patch
You can’t perform that action at this time.
0 commit comments