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 4bcb28e commit 99f8c32Copy full SHA for 99f8c32
build.sbt
@@ -4,8 +4,8 @@ name := "scrypto"
4
5
lazy val commonSettings = Seq(
6
organization := "org.scorexfoundation",
7
- version := "2.1.5",
8
- scalaVersion := "2.12.7",
+ version := "2.1.6",
+ scalaVersion := "2.12.8",
9
resolvers += Resolver.sonatypeRepo("public"),
10
licenses := Seq("CC0" -> url("https://creativecommons.org/publicdomain/zero/1.0/legalcode")),
11
homepage := Some(url("https://github.com/input-output-hk/scrypto")),
release-notes.md
@@ -1,3 +1,9 @@
1
+**2.1.6**
2
+---------
3
+
+* Manifest deserialization now checks that valueLength is not negative
**2.1.5**
---------
0 commit comments