Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Feb 17, 2024
1 parent 4828d93 commit 33621d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{:deps
{lambdaisland/deep-diff2 {:local/root "."}
lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source"
:git/sha "f2133b2a88bff3898e027c9b50516161c237792e"}}
:git/sha "7ce125cbd14888590742da7ab3b6be9bba46fc7a"}}
:tasks
{test:bb {:doc "Run babashka tests with custom runner"
:extra-paths ["src" "test"]
Expand Down
10 changes: 5 additions & 5 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
mvxcvi/arrangement {:mvn/version "2.1.0"}}

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

:dev
{}

:chui
{:extra-deps {lambdaisland/chui {:local/root "../chui"}
thheller/shadow-cljs {:mvn/version "2.20.12"}
thheller/shadow-cljs {:mvn/version "2.27.4"}
garden/garden {:mvn/version "1.3.10"}}
:extra-paths ["../chui/resources" "../chui/dev"]}

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

0 comments on commit 33621d1

Please sign in to comment.