Skip to content

Commit

Permalink
test & ci: bump deps (#277)
Browse files Browse the repository at this point in the history
Of note: now testing against clojure 1.12-alpha12!
  • Loading branch information
lread authored May 23, 2024
1 parent 8fa0a5c commit e65990e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
:1.11 {:override-deps {org.clojure/clojure {:mvn/version "1.11.3"}}}

;; Clojure pre-release to test against
:1.12 {:override-deps {org.clojure/clojure {:mvn/version "1.12.0-alpha11"}}}
:1.12 {:override-deps {org.clojure/clojure {:mvn/version "1.12.0-alpha12"}}}

;;
;; ClojureScript version we test with (and support)
Expand Down Expand Up @@ -68,7 +68,7 @@
:extra-paths ["target/test-doc-blocks/test"]}

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

0 comments on commit e65990e

Please sign in to comment.