Skip to content

Commit f9dceb5

Browse files
authored
Upgrades libs (#26)
1 parent 5401f07 commit f9dceb5

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

deps.edn

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{:deps
2-
{com.cognitect/transit-clj {:mvn/version "1.0.324"}
3-
org.clojure/clojure {:mvn/version "1.10.3"}
4-
org.clojure/tools.deps {:mvn/version "0.16.1264"}
5-
org.slf4j/slf4j-jdk14 {:mvn/version "1.7.9"}
2+
{com.cognitect/transit-clj {:mvn/version "1.0.333"}
3+
org.clojure/clojure {:mvn/version "1.11.1"}
4+
org.clojure/tools.deps {:mvn/version "0.18.1354"}
5+
org.slf4j/slf4j-jdk14 {:mvn/version "2.0.9"}
66
javax.xml.bind/jaxb-api {:mvn/version "2.3.1"}
77
nrepl/bencode {:mvn/version "1.1.0"}
88
babashka/fs {:mvn/version "0.4.19"}}
@@ -12,17 +12,19 @@
1212
:jvm-opts ["-Dclojure.compiler.direct-linking=true"]}
1313

1414
:compile {:main-opts ["-m" "borkdude.tdn.main"]
15-
:extra-deps {babashka/fs {:mvn/version "0.0.1"}}
15+
:extra-deps {babashka/fs {:mvn/version "0.4.19"}}
1616
:extra-paths ["classes"]}
1717
:test
1818
{:extra-paths ["test"]
1919
:extra-deps
20-
{babashka/fs {:mvn/version "0.1.1"}
20+
{babashka/fs {:mvn/version "0.4.19"}
2121
io.github.cognitect-labs/test-runner
22-
{:git/tag "v0.5.0" :git/sha "b3fd0d2"}
22+
{:git/url "https://github.com/cognitect-labs/test-runner"
23+
:git/tag "v0.5.1"
24+
:git/sha "dfb30dd"}
2325
babashka/babashka.pods
2426
{:git/url "https://github.com/babashka/babashka.pods"
25-
:sha "de4c3610c9ef3879370d01b7202a9f3a9d056f6e"}}
27+
:git/sha "8b717eb001811bc5da5d15d1163565de00b4ffa4"}}
2628
:main-opts ["-m" "cognitect.test-runner"]
2729
:exec-fn cognitect.test-runner.api/test}
2830

0 commit comments

Comments
 (0)