File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ resolvers += "Sonatype Releases" at "https://oss.sonatype.org/content/repositori
18
18
19
19
You can use Scrypto in your sbt project by simply adding the following dependency to your build file:
20
20
``` scala
21
- libraryDependencies += " org.scorexfoundation" %% " scrypto" % " 2.0.0 "
21
+ libraryDependencies += " org.scorexfoundation" %% " scrypto" % " 2.1.1 "
22
22
```
23
23
24
24
### Hash functions
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name := "scrypto"
4
4
5
5
lazy val commonSettings = Seq (
6
6
organization := " org.scorexfoundation" ,
7
- version := " 2.1.0 " ,
7
+ version := " 2.1.1 " ,
8
8
scalaVersion := " 2.12.5" ,
9
9
crossScalaVersions := Seq (" 2.11.11" , " 2.12.5" ),
10
10
licenses := Seq (" CC0" -> url(" https://creativecommons.org/publicdomain/zero/1.0/legalcode" )),
Original file line number Diff line number Diff line change
1
+ ** 2.1.1**
2
+ ---------
3
+
4
+ * Bugfix release: a bug in double rotation processing in AVL+ tree implementation has been fixed
5
+
6
+
1
7
** 2.1.0**
2
8
---------
3
9
You can’t perform that action at this time.
0 commit comments