File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.1.5 "
21+ libraryDependencies += " org.scorexfoundation" %% " scrypto" % " 2.1.6 "
2222```
2323
2424### Hash functions
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ dependencyOverrides in ThisBuild ++= Seq(
66 " ch.qos.logback" % " logback-core" % " 1.3.0-alpha4" ,
77 " com.google.guava" % " guava" % " 21.0" ,
88 " com.sun.mail" % " javax.mail" % " 1.6.0" ,
9- " com.typesafe.scala-logging" % " scala-logging_2.12" % " 3.9.0 " ,
9+ " com.typesafe.scala-logging" % " scala-logging_2.12" % " 3.9.2 " ,
1010 " javax.activation" % " activation" % " 1.1" ,
1111 " org.bouncycastle" % " bcprov-jdk15on" % " 1.60" ,
1212 " org.rudogma" % " supertagged_2.12" % " 1.4" ,
1313 " org.scorexfoundation" % " scorex-util_2.12" % " 0.1.1" ,
1414 " org.slf4j" % " slf4j-api" % " 1.8.0-beta1" ,
1515 " org.whispersystems" % " curve25519-java" % " 0.5.0"
1616)
17- // LIBRARY_DEPENDENCIES_HASH 5bccd31374d5a2878cfcd4fc35339324fc38aea3
17+ // LIBRARY_DEPENDENCIES_HASH 09aa9b478d26dc10e237ea6c0f62986425561937
You can’t perform that action at this time.
0 commit comments