Skip to content

Commit 7d18c6a

Browse files
committed
deps update, readme fix
1 parent 99f8c32 commit 7d18c6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1.5"
21+
libraryDependencies += "org.scorexfoundation" %% "scrypto" % "2.1.6"
2222
```
2323

2424
### Hash functions

lock.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)