Skip to content

Commit 6830f46

Browse files
authored
test & ci: bump deps to current (#267)
Of note: now testing against clojure 1.12-alpha10
1 parent bb5ced1 commit 6830f46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
:1.11 {:override-deps {org.clojure/clojure {:mvn/version "1.11.3"}}}
2020

2121
;; 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"}}}
2323

2424
;;
2525
;; ClojureScript version we test with (and support)
@@ -147,7 +147,7 @@
147147
;;
148148
;; Maintenance support
149149
;;
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"}
151151
org.slf4j/slf4j-simple {:mvn/version "2.0.13"} ;; to rid ourselves of logger warnings
152152
}
153153
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}

script/test_libs.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
:show-deps-fn lein-deps-tree
273273
:test-cmds ["lein kaocha"]}
274274
{:name "antq"
275-
:version "2.8.1194"
275+
:version "2.8.1201"
276276
:platforms [:clj]
277277
:github-release {:repo "liquidz/antq"}
278278
:patch-fn deps-edn-v1-patch

0 commit comments

Comments
 (0)