Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
imrekoszo committed Jan 26, 2024
1 parent 510bf79 commit 79ec871
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/kaocha-resource-config-loader/deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:paths ["src" "resources"]
:deps {lambdaisland/kaocha {:mvn/version "1.82.1306"}}
:deps {lambdaisland/kaocha {:mvn/version "1.87.1366"}}
:aliases {:test {:extra-paths ["test" "test-resources"]
:extra-deps {}}}}
4 changes: 2 additions & 2 deletions components/kaocha-test-runner/deps.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:paths ["src" "resources"]
:deps {babashka/fs {:mvn/version "0.3.17"}
net.cgrand/xforms {:mvn/version "0.19.4"}}
:deps {babashka/fs {:mvn/version "0.5.20"}
net.cgrand/xforms {:mvn/version "0.19.6"}}
:aliases {:test {:extra-paths ["test"]
:extra-deps {}}}}
4 changes: 2 additions & 2 deletions components/kaocha-wrapper/deps.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:paths ["src" "resources"]
:deps {lambdaisland/kaocha {:mvn/version "1.82.1306"}
babashka/fs {:mvn/version "0.3.17"}}
:deps {lambdaisland/kaocha {:mvn/version "1.87.1366"}
babashka/fs {:mvn/version "0.5.20"}}
:aliases {:test {:extra-paths ["test"]
:extra-deps {}}}}

0 comments on commit 79ec871

Please sign in to comment.