Skip to content

Commit 312c86c

Browse files
committed
# 2.7.169 (2022-11-25 / 343811e)
## Fixed - Fix printing of mismatch/deletion/insertion on Babashka
1 parent 343811e commit 312c86c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.VERSION_PREFIX

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6
1+
2.7

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 2.7.169 (2022-11-25 / 343811e)
22

33
## Fixed
44

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ so that we may continue to enjoy a thriving Clojure ecosystem.
4040
deps.edn
4141

4242
```
43-
lambdaisland/deep-diff2 {:mvn/version "2.6.166"}
43+
lambdaisland/deep-diff2 {:mvn/version "2.7.169"}
4444
```
4545

4646
project.clj
4747

4848
```
49-
[lambdaisland/deep-diff2 "2.6.166"]
49+
[lambdaisland/deep-diff2 "2.7.169"]
5050
```
5151

5252
## Use

0 commit comments

Comments
 (0)