Skip to content

Commit e65990e

Browse files
authored
test & ci: bump deps (#277)
Of note: now testing against clojure 1.12-alpha12!
1 parent 8fa0a5c commit e65990e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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-alpha11"}}}
22+
:1.12 {:override-deps {org.clojure/clojure {:mvn/version "1.12.0-alpha12"}}}
2323

2424
;;
2525
;; ClojureScript version we test with (and support)
@@ -68,7 +68,7 @@
6868
:extra-paths ["target/test-doc-blocks/test"]}
6969

7070
;; kaocha for testing clojure versions>= v1.9
71-
:kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version "1.90.1383"}
71+
:kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version "1.91.1392"}
7272
lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"}
7373
lambdaisland/kaocha-cloverage {:mvn/version "1.1.89"}}
7474
:main-opts ["-m" "kaocha.runner"]}

0 commit comments

Comments
 (0)