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
1818
1919You 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name := "scrypto"
44
55lazy 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" )),
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+
17** 2.1.0**
28---------
39
You can’t perform that action at this time.
0 commit comments