Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Mar 25, 2024
1 parent 6df9216 commit 8308e16
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Unreleased

## Added

## Fixed

- Track all results when `:once` fixtures call `f` multiple times.
(thanks [@NoahTheDuke](https://github.com/NoahTheDuke))

## Changed

- Version bumps

# 1.87.1366 (2023-09-27 / f514905)

## Added
Expand Down
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{:deps
{lambdaisland/kaocha {:local/root "."}
lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source"
:git/sha "2dc2a8ef9978a3fc45e8f524b0e46253caa40fe2"
:git/sha "a6d39720fe8948d79b822384de054ee6e1912599"
#_#_:local/root "../open-source"}}
:tasks
{test:bb
Expand Down
12 changes: 6 additions & 6 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{:paths ["src" "resources"]

:deps
{org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/spec.alpha {:mvn/version "0.3.218"}
org.clojure/tools.cli {:mvn/version "1.0.219"}
{org.clojure/clojure {:mvn/version "1.11.2"}
org.clojure/spec.alpha {:mvn/version "0.4.233"}
org.clojure/tools.cli {:mvn/version "1.1.230"}
lambdaisland/tools.namespace {:mvn/version "0.3.256"}
lambdaisland/deep-diff2 {:mvn/version "2.10.211"}
lambdaisland/deep-diff2 {:mvn/version "2.11.216"}
org.tcrawley/dynapath {:mvn/version "1.1.0"}
slingshot/slingshot {:mvn/version "0.12.2"}
hawk/hawk {:mvn/version "0.2.11"}
Expand All @@ -29,12 +29,12 @@
{:extra-deps
{lambdaisland/kaocha-cucumber {:mvn/version "0.11.100" :exclusions [lambdaisland/kaocha]}
lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source"
:git/sha "2dc2a8ef9978a3fc45e8f524b0e46253caa40fe2"
:git/sha "a6d39720fe8948d79b822384de054ee6e1912599"
#_#_:local/root "../open-source"}}}

:dev
{:extra-paths ["dev"]
:extra-deps {djblue/portal {:mvn/version "RELEASE"}}}

:bb
{:extra-deps {nubank/matcher-combinators {:mvn/version "3.8.5"}}}}}
{:extra-deps {nubank/matcher-combinators {:mvn/version "3.9.1"}}}}}

0 comments on commit 8308e16

Please sign in to comment.