Skip to content

Commit 99f8c32

Browse files
committed
2.1.6
1 parent 4bcb28e commit 99f8c32

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name := "scrypto"
44

55
lazy val commonSettings = Seq(
66
organization := "org.scorexfoundation",
7-
version := "2.1.5",
8-
scalaVersion := "2.12.7",
7+
version := "2.1.6",
8+
scalaVersion := "2.12.8",
99
resolvers += Resolver.sonatypeRepo("public"),
1010
licenses := Seq("CC0" -> url("https://creativecommons.org/publicdomain/zero/1.0/legalcode")),
1111
homepage := Some(url("https://github.com/input-output-hk/scrypto")),

release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
**2.1.6**
2+
---------
3+
4+
* Manifest deserialization now checks that valueLength is not negative
5+
6+
17
**2.1.5**
28
---------
39

0 commit comments

Comments
 (0)