Skip to content

Commit 42040c1

Browse files
committed
Bump dependencies
1 parent 2dbd24f commit 42040c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deps.edn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{:paths ["src"
22
"resources"]
33

4-
:deps {org.clj-commons/pretty {:mvn/version "3.6.5"}
4+
:deps {org.clj-commons/pretty {:mvn/version "3.6.7"}
55
org.clj-commons/humanize {:mvn/version "1.1"}}
66

77
:net.lewisship.build/scm
@@ -17,17 +17,17 @@
1717
io.github.hlship/trace {:mvn/version "1.4"}
1818
io.github.tonsky/clj-reload {:mvn/version "1.0.0"}
1919
nubank/matcher-combinators {:mvn/version "3.9.2"}
20-
babashka/babashka {:mvn/version "1.12.208"}}
20+
babashka/babashka {:mvn/version "1.12.209"}}
2121
:exec-fn cognitect.test-runner.api/test
2222
:jvm-opts ["-Dclj-commons.ansi.enabled=true"]
2323
:exec-args
2424
{:patterns [".*-tests?$"]}}
2525

2626
:pom
27-
{:extra-deps {org.clojure/tools.cli {:mvn/version "1.1.230" :optional true}
27+
{:extra-deps {org.clojure/tools.cli {:mvn/version "1.2.245" :optional true}
2828
babashka/fs {:mvn/version "0.5.27" :optional true}
2929
babashka/process {:mvn/version "0.6.23" :optional true}
30-
selmer/selmer {:mvn/version "1.12.62" :optional true}
30+
selmer/selmer {:mvn/version "1.12.64" :optional true}
3131
org.babashka/cli {:mvn/version "0.8.66" :optional true}}}
3232

3333
:1.11

0 commit comments

Comments
 (0)