Skip to content

Commit 3e50c7d

Browse files
authored
maint: bump internal and test deps (#219)
1 parent b021674 commit 3e50c7d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
:extra-paths ["target/test-doc-blocks/test"]}
5959

6060
;; kaocha for testing clojure versions>= v1.9
61-
:kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version "1.76.1230"}
61+
:kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version "1.77.1236"}
6262
lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"}
6363
lambdaisland/kaocha-cloverage {:mvn/version "1.1.89"}}
6464
:main-opts ["-m" "kaocha.runner"]}
@@ -134,7 +134,7 @@
134134
;;
135135
;; Maintenance support
136136
;;
137-
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.2.983"}
137+
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.2.992"}
138138
org.slf4j/slf4j-simple {:mvn/version "2.0.6"} ;; to rid ourselves of logger warnings
139139
}
140140
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}

script/test_libs.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
:show-deps-fn lein-deps-tree
280280
:test-cmds ["lein kaocha"]}
281281
{:name "antq"
282-
:version "2.2.983"
282+
:version "2.2.992"
283283
:platforms [:clj]
284284
:github-release {:repo "liquidz/antq"}
285285
:patch-fn deps-edn-v1-patch
@@ -409,7 +409,7 @@
409409
:show-deps-fn lein-deps-tree
410410
:test-cmds ["make test"]}
411411
{:name "rich-comment-tests"
412-
:version "1.0.0"
412+
:version "1.0.1"
413413
:platforms [:clj] ;; and bb but we don't test that here
414414
:github-release {:repo "matthewdowney/rich-comment-tests"
415415
:version-prefix "v"

0 commit comments

Comments
 (0)