Skip to content

Commit

Permalink
dev & ci: bump deps (#309)
Browse files Browse the repository at this point in the history
Of note:
- clojure 1.12 rc2!
- new clj-kondo!
  • Loading branch information
lread authored Aug 30, 2024
1 parent abf188b commit 4e4ff21
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
io.aviso/pretty {:mvn/version "1.4.4"}
dev.nubank/docopt {:mvn/version "0.6.1-fix7"}
doric/doric {:mvn/version "0.9.0"}
version-clj/version-clj {:mvn/version "2.0.2"}
version-clj/version-clj {:mvn/version "2.0.3"}
lread/status-line {:git/url "https://github.com/lread/status-line.git"
:sha "cf44c15f30ea3867227fa61ceb823e5e942c707f"}
etaoin/etaoin {:mvn/version "1.1.41"}
Expand Down
8 changes: 4 additions & 4 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.4"}}}

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

;;
;; ClojureScript version we test with (and support)
Expand All @@ -31,7 +31,7 @@
;;
:nrepl
{:extra-deps {nrepl/nrepl {:mvn/version "1.3.0"}
cider/cider-nrepl {:mvn/version "0.49.3"}}
cider/cider-nrepl {:mvn/version "0.50.1"}}
:jvm-opts ["-XX:-OmitStackTraceInFastThrow"]}

:nrepl/jvm
Expand All @@ -52,7 +52,7 @@
;;
:lint-cache {:replace-paths ["src"]} ;; when building classpath we want to exclude resources
;; so we do not pick up our own clj-kondo config exports
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2024.08.01"}}
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2024.08.29"}}
:override-deps {org.clojure/clojure {:mvn/version "1.11.4"}}
:main-opts ["-m" "clj-kondo.main"]}

Expand Down Expand Up @@ -160,7 +160,7 @@
;;
;; Maintenance support
;;
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.8.1206"}
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.9.1221"}
org.slf4j/slf4j-simple {:mvn/version "2.0.16"} ;; to rid ourselves of logger warnings
}
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"karma-cljs-test": "^0.1.0",
"karma-junit-reporter": "^2.0.0",
"karma-spec-reporter": "^0.0.36",
"shadow-cljs": "^2.28.12"
"shadow-cljs": "^2.28.14"
}
}
2 changes: 1 addition & 1 deletion script/test_libs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
:show-deps-fn lein-deps-tree
:test-cmds ["lein kaocha"]}
{:name "antq"
:version "2.8.1206"
:version "2.9.1221"
:platforms [:clj]
:github-release {:repo "liquidz/antq"}
:patch-fn deps-edn-v1-patch
Expand Down

0 comments on commit 4e4ff21

Please sign in to comment.