Skip to content

Commit 17e03fd

Browse files
committed
bump deps
1 parent 7f7e647 commit 17e03fd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,4 +323,4 @@ line with the project's goals.
323323
Copyright © 2018-2025 Arne Brasseur and Contributors
324324

325325
Licensed under the term of the Mozilla Public License 2.0, see LICENSE.
326-
<!-- /license -->
326+
<!-- /license -->

bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{:deps
22
{lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source"
3-
:git/sha "94295666e8026fb8c58e93f822914810812e77d4"}}}
3+
:git/sha "b67c306277a741c0a8fd97174476fbd355771cba"}}}

deps.edn

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{:deps
2-
{org.clojure/clojure {:mvn/version "1.12.3"}
3-
org.clojure/clojurescript {:mvn/version "1.12.42"}
4-
org.clojure/spec.alpha {:mvn/version "0.5.238"}
5-
org.clojure/tools.namespace {:mvn/version "1.5.0"}
2+
{org.clojure/clojure {:mvn/version "1.12.4"}
3+
org.clojure/clojurescript {:mvn/version "1.12.134"}
4+
org.clojure/spec.alpha {:mvn/version "0.6.249"}
5+
org.clojure/tools.namespace {:mvn/version "1.5.1"}
66

77
http-kit/http-kit {:mvn/version "2.8.1"}
8-
com.cognitect/transit-clj {:mvn/version "1.0.333"}
8+
com.cognitect/transit-clj {:mvn/version "1.1.347"}
99
com.cognitect/transit-js {:mvn/version "0.8.874"}
1010

1111
pjstadig/humane-test-output {:mvn/version "0.11.0"}
@@ -19,7 +19,7 @@
1919
{:test
2020
{:extra-deps {lambdaisland/kaocha-cucumber {:mvn/version "0.11.100"}
2121
lambdaisland/kaocha-cloverage {:mvn/version "1.1.89"}
22-
nubank/matcher-combinators {:mvn/version "3.9.2"}
22+
nubank/matcher-combinators {:mvn/version "3.10.0"}
2323
akvo/fs {:mvn/version "20180904-152732.6dad3934"}}}
2424

2525
:dev

0 commit comments

Comments
 (0)