Skip to content

Commit 84dc6a4

Browse files
committed
Update deps to latest compatible versions
1 parent 2017add commit 84dc6a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deps.edn

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
org.clojure/core.cache {:mvn/version "1.0.225"}
55
org.clojars.mmb90/cljs-cache {:mvn/version "0.1.4"}
66
org.clojure/data.avl {:mvn/version "0.1.0"}
7-
org.clojure/data.xml {:mvn/version "0.2.0-alpha7"}
7+
org.clojure/data.xml {:mvn/version "0.2.0-alpha8"}
88
environ/environ {:mvn/version "1.2.0"}
99
byte-streams/byte-streams {:mvn/version "0.2.4"}
1010
cheshire/cheshire {:mvn/version "5.11.0"}
@@ -13,7 +13,7 @@
1313
;; logging
1414
org.clojure/tools.logging {:mvn/version "1.2.4"}
1515
logback-bundle/core-bundle {:mvn/version "0.3.0"}
16-
org.slf4j/slf4j-api {:mvn/version "2.0.0"}
16+
org.slf4j/slf4j-api {:mvn/version "2.0.3"}
1717

1818
;; Lucene
1919
clucie/clucie {:mvn/version "0.4.2"}
@@ -63,7 +63,7 @@
6363

6464
:cljtest
6565
{:extra-paths ["test"]
66-
:extra-deps {lambdaisland/kaocha {:mvn/version "1.69.1069"}
66+
:extra-deps {lambdaisland/kaocha {:mvn/version "1.70.1086"}
6767
org.clojure/test.check {:mvn/version "1.1.1"}}
6868
:main-opts ["-m" "kaocha.runner"]}
6969

@@ -122,7 +122,7 @@
122122
:main-opts ["-m" "cloverage.coverage" "-p" "src" "-s" "test" "--output" "scanning_results/coverage"]}
123123

124124
:eastwood
125-
{:extra-deps {jonase/eastwood {:mvn/version "1.2.5"}}
125+
{:extra-deps {jonase/eastwood {:mvn/version "1.3.0"}}
126126
;; Remove the exclude-linter for :def-in-def below
127127
;; when the SCI smartfunctions runner lands. It's
128128
;; only there for the `defn` inside

0 commit comments

Comments
 (0)