We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7af35b9 + ab97bb9 commit b8c6f57Copy full SHA for b8c6f57
README.md
@@ -18,7 +18,7 @@ resolvers += "Sonatype Releases" at "https://oss.sonatype.org/content/repositori
18
19
You can use Scrypto in your sbt project by simply adding the following dependency to your build file:
20
```scala
21
-libraryDependencies += "org.scorexfoundation" %% "scrypto" % "2.1.2"
+libraryDependencies += "org.scorexfoundation" %% "scrypto" % "2.1.5"
22
```
23
24
### Hash functions
release-notes.md
@@ -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
8
**2.1.4**
9
---------
10
0 commit comments