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.
1 parent 4f7b27f commit ea33f01Copy full SHA for ea33f01
build.sbt
@@ -4,7 +4,7 @@ name := "scrypto"
4
5
lazy val commonSettings = Seq(
6
organization := "org.scorexfoundation",
7
- version := "2.1.4",
+ version := "2.1.5",
8
scalaVersion := "2.12.5",
9
resolvers += Resolver.sonatypeRepo("public"),
10
licenses := Seq("CC0" -> url("https://creativecommons.org/publicdomain/zero/1.0/legalcode")),
release-notes.md
@@ -1,3 +1,11 @@
1
+**2.1.5**
2
+---------
3
+
+* Fix for "BatchAVLProverManifest changes its properties after serialization/deserialization" bug
+(#58)
**2.1.4**
---------
11
0 commit comments