Skip to content

Commit ea33f01

Browse files
committed
sbt update, release notes update with fix for #58
1 parent 4f7b27f commit ea33f01

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name := "scrypto"
44

55
lazy val commonSettings = Seq(
66
organization := "org.scorexfoundation",
7-
version := "2.1.4",
7+
version := "2.1.5",
88
scalaVersion := "2.12.5",
99
resolvers += Resolver.sonatypeRepo("public"),
1010
licenses := Seq("CC0" -> url("https://creativecommons.org/publicdomain/zero/1.0/legalcode")),

release-notes.md

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

0 commit comments

Comments
 (0)