diff --git a/README.md b/README.md index c600344a..fa83e7aa 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ resolvers += "Sonatype Releases" at "https://oss.sonatype.org/content/repositori You can use Scrypto in your sbt project by simply adding the following dependency to your build file: ```scala -libraryDependencies += "org.scorexfoundation" %% "scrypto" % "2.1.2" +libraryDependencies += "org.scorexfoundation" %% "scrypto" % "2.1.5" ``` ### Hash functions diff --git a/release-notes.md b/release-notes.md index 8dbcdefb..21eec7fa 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,10 @@ +**2.1.5** +--------- + +* Fix for "BatchAVLProverManifest changes its properties after serialization/deserialization" bug +(#58) + + **2.1.4** ---------