Skip to content

Commit

Permalink
test & ci: bump deps to current (#267)
Browse files Browse the repository at this point in the history
Of note: now testing against clojure 1.12-alpha10
  • Loading branch information
lread authored Apr 28, 2024
1 parent bb5ced1 commit 6830f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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-alpha9"}}}
:1.12 {:override-deps {org.clojure/clojure {:mvn/version "1.12.0-alpha10"}}}

;;
;; ClojureScript version we test with (and support)
Expand Down Expand Up @@ -147,7 +147,7 @@
;;
;; Maintenance support
;;
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.8.1194"}
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.8.1201"}
org.slf4j/slf4j-simple {:mvn/version "2.0.13"} ;; to rid ourselves of logger warnings
}
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
Expand Down
2 changes: 1 addition & 1 deletion script/test_libs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
:show-deps-fn lein-deps-tree
:test-cmds ["lein kaocha"]}
{:name "antq"
:version "2.8.1194"
:version "2.8.1201"
:platforms [:clj]
:github-release {:repo "liquidz/antq"}
:patch-fn deps-edn-v1-patch
Expand Down

0 comments on commit 6830f46

Please sign in to comment.