Skip to content

Commit 85b1396

Browse files
authored
test & ci: bump deps to current (#268)
Of note: now testing against clojure 1.12-alpha11
1 parent 6830f46 commit 85b1396

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps.edn

Lines changed: 3 additions & 3 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-alpha10"}}}
22+
:1.12 {:override-deps {org.clojure/clojure {:mvn/version "1.12.0-alpha11"}}}
2323

2424
;;
2525
;; ClojureScript version we test with (and support)
@@ -101,7 +101,7 @@
101101
cli-matic/cli-matic {:mvn/version "0.5.4"}}}
102102

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

@@ -136,7 +136,7 @@
136136
;;
137137
;; Deployment
138138
;;
139-
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.10.0"}}
139+
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.10.1"}}
140140
:extra-paths ["src" "build"]
141141
:ns-default build}
142142

0 commit comments

Comments
 (0)