Skip to content

Commit 99f5b4c

Browse files
committed
Update lib deps to latest versions
1 parent 3b304c8 commit 99f5b4c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{:paths ["src"]
22
:deps {local/deps {:local/root "."}
33
org.babashka/spec.alpha {:git/url "https://github.com/babashka/spec.alpha"
4-
:git/sha "1a841c4cc1d4f6dab7505a98ed2d532dd9d56b78"}}
4+
:git/sha "951b49b8c173244e66443b8188e3ff928a0a71e7"}}
55
:tasks
66
{:requires ([docker-clojure.core :as dc])
77
clean (dc/-main "clean")

deps.edn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{:deps
2-
{org.clojure/clojure {:mvn/version "1.11.1"}
3-
org.clojure/math.combinatorics {:mvn/version "0.1.6"}
4-
org.clojure/core.async {:mvn/version "1.5.648"}}
2+
{org.clojure/clojure {:mvn/version "1.11.2"}
3+
org.clojure/math.combinatorics {:mvn/version "0.3.0"}
4+
org.clojure/core.async {:mvn/version "1.6.681"}}
55

66
:paths ["src" "resources"]
77

@@ -12,5 +12,5 @@
1212

1313
:test {:extra-paths ["test"]
1414
:extra-deps {com.cognitect/test-runner {:git/url "https://github.com/cognitect-labs/test-runner.git"
15-
:sha "4e7e1c0dfd5291fa2134df052443dc29695d8cbe"}}
15+
:sha "7284cda41fb9edc0f3bc6b6185cfb7138fc8a023"}}
1616
:main-opts ["-m" "cognitect.test-runner"]}}}

0 commit comments

Comments
 (0)