Skip to content

Commit b8c6f57

Browse files
authored
Merge pull request #63 from input-output-hk/v215
Version 2.1.5
2 parents 7af35b9 + ab97bb9 commit b8c6f57

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ resolvers += "Sonatype Releases" at "https://oss.sonatype.org/content/repositori
1818

1919
You can use Scrypto in your sbt project by simply adding the following dependency to your build file:
2020
```scala
21-
libraryDependencies += "org.scorexfoundation" %% "scrypto" % "2.1.2"
21+
libraryDependencies += "org.scorexfoundation" %% "scrypto" % "2.1.5"
2222
```
2323

2424
### Hash functions

release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
**2.1.5**
2+
---------
3+
4+
* Fix for "BatchAVLProverManifest changes its properties after serialization/deserialization" bug
5+
(#58)
6+
7+
18
**2.1.4**
29
---------
310

0 commit comments

Comments
 (0)