Skip to content

Commit 8308e16

Browse files
committed
Version bumps
1 parent 6df9216 commit 8308e16

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Unreleased
22

3-
## Added
4-
53
## Fixed
64

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

108
## Changed
119

10+
- Version bumps
11+
1212
# 1.87.1366 (2023-09-27 / f514905)
1313

1414
## Added

bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{:deps
22
{lambdaisland/kaocha {:local/root "."}
33
lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source"
4-
:git/sha "2dc2a8ef9978a3fc45e8f524b0e46253caa40fe2"
4+
:git/sha "a6d39720fe8948d79b822384de054ee6e1912599"
55
#_#_:local/root "../open-source"}}
66
:tasks
77
{test:bb

deps.edn

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{:paths ["src" "resources"]
22

33
:deps
4-
{org.clojure/clojure {:mvn/version "1.11.1"}
5-
org.clojure/spec.alpha {:mvn/version "0.3.218"}
6-
org.clojure/tools.cli {:mvn/version "1.0.219"}
4+
{org.clojure/clojure {:mvn/version "1.11.2"}
5+
org.clojure/spec.alpha {:mvn/version "0.4.233"}
6+
org.clojure/tools.cli {:mvn/version "1.1.230"}
77
lambdaisland/tools.namespace {:mvn/version "0.3.256"}
8-
lambdaisland/deep-diff2 {:mvn/version "2.10.211"}
8+
lambdaisland/deep-diff2 {:mvn/version "2.11.216"}
99
org.tcrawley/dynapath {:mvn/version "1.1.0"}
1010
slingshot/slingshot {:mvn/version "0.12.2"}
1111
hawk/hawk {:mvn/version "0.2.11"}
@@ -29,12 +29,12 @@
2929
{:extra-deps
3030
{lambdaisland/kaocha-cucumber {:mvn/version "0.11.100" :exclusions [lambdaisland/kaocha]}
3131
lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source"
32-
:git/sha "2dc2a8ef9978a3fc45e8f524b0e46253caa40fe2"
32+
:git/sha "a6d39720fe8948d79b822384de054ee6e1912599"
3333
#_#_:local/root "../open-source"}}}
3434

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

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

0 commit comments

Comments
 (0)