Skip to content

Commit

Permalink
test & ci: bump deps to current (#268)
Browse files Browse the repository at this point in the history
Of note: now testing against clojure 1.12-alpha11
  • Loading branch information
lread authored May 1, 2024
1 parent 6830f46 commit 85b1396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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-alpha10"}}}
:1.12 {:override-deps {org.clojure/clojure {:mvn/version "1.12.0-alpha11"}}}

;;
;; ClojureScript version we test with (and support)
Expand Down Expand Up @@ -101,7 +101,7 @@
cli-matic/cli-matic {:mvn/version "0.5.4"}}}

:apply-import-vars {:override-deps {org.clojure/clojure {:mvn/version "1.11.3"}}
:extra-deps {metosin/malli {:mvn/version "0.16.0"}
:extra-deps {metosin/malli {:mvn/version "0.16.1"}
io.aviso/pretty {:mvn/version "1.4.4"}}
:ns-default lread.apply-import-vars}

Expand Down Expand Up @@ -136,7 +136,7 @@
;;
;; Deployment
;;
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.10.0"}}
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.10.1"}}
:extra-paths ["src" "build"]
:ns-default build}

Expand Down

0 comments on commit 85b1396

Please sign in to comment.