Skip to content

Commit 1a75a1f

Browse files
committed
v. 2.1.1
1 parent 26ae204 commit 1a75a1f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ resolvers += "Sonatype Releases" at "https://oss.sonatype.org/content/repositori
1818

1919
You can use Scrypto in your sbt project by simply adding the following dependency to your build file:
2020
```scala
21-
libraryDependencies += "org.scorexfoundation" %% "scrypto" % "2.0.0"
21+
libraryDependencies += "org.scorexfoundation" %% "scrypto" % "2.1.1"
2222
```
2323

2424
### Hash functions

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.0",
7+
version := "2.1.1",
88
scalaVersion := "2.12.5",
99
crossScalaVersions := Seq("2.11.11", "2.12.5"),
1010
licenses := Seq("CC0" -> url("https://creativecommons.org/publicdomain/zero/1.0/legalcode")),

release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
**2.1.1**
2+
---------
3+
4+
* Bugfix release: a bug in double rotation processing in AVL+ tree implementation has been fixed
5+
6+
17
**2.1.0**
28
---------
39

0 commit comments

Comments
 (0)