Skip to content

Commit

Permalink
2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Aug 9, 2018
1 parent 132462c commit bf286da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "scrypto"

lazy val commonSettings = Seq(
organization := "org.scorexfoundation",
version := "2.1.3-SNAPSHOT",
version := "2.1.3",
scalaVersion := "2.12.5",
resolvers += Resolver.sonatypeRepo("public"),
licenses := Seq("CC0" -> url("https://creativecommons.org/publicdomain/zero/1.0/legalcode")),
Expand Down
6 changes: 6 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
**2.1.3**
---------

* Always explicit encoding in .getBytes String method
* Base* and logging are moved to scorex-utils

**2.1.2**
---------

Expand Down

0 comments on commit bf286da

Please sign in to comment.