Skip to content

Commit 33621d1

Browse files
committed
Version bumps
1 parent 4828d93 commit 33621d1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bb.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{:deps
22
{lambdaisland/deep-diff2 {:local/root "."}
33
lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source"
4-
:git/sha "f2133b2a88bff3898e027c9b50516161c237792e"}}
4+
:git/sha "7ce125cbd14888590742da7ab3b6be9bba46fc7a"}}
55
:tasks
66
{test:bb {:doc "Run babashka tests with custom runner"
77
:extra-paths ["src" "test"]

deps.edn

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
mvxcvi/arrangement {:mvn/version "2.1.0"}}
66

77
:aliases {:cljs
8-
{:extra-deps {org.clojure/clojurescript {:mvn/version "1.11.60"}}}
8+
{:extra-deps {org.clojure/clojurescript {:mvn/version "1.11.132"}}}
99

1010
:dev
1111
{}
1212

1313
:chui
1414
{:extra-deps {lambdaisland/chui {:local/root "../chui"}
15-
thheller/shadow-cljs {:mvn/version "2.20.12"}
15+
thheller/shadow-cljs {:mvn/version "2.27.4"}
1616
garden/garden {:mvn/version "1.3.10"}}
1717
:extra-paths ["../chui/resources" "../chui/dev"]}
1818

1919
:test
2020
{:extra-paths ["test"]
21-
:extra-deps {lambdaisland/kaocha {:mvn/version "1.71.1119"}
22-
com.lambdaisland/kaocha-cljs {:mvn/version "1.4.130"}
23-
org.clojure/clojurescript {:mvn/version "1.11.60"}
21+
:extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"}
22+
com.lambdaisland/kaocha-cljs {:mvn/version "1.5.154"}
23+
org.clojure/clojurescript {:mvn/version "1.11.132"}
2424
org.clojure/test.check {:mvn/version "1.1.1"}}}}}

0 commit comments

Comments
 (0)