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
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.1.5 "
21
+ libraryDependencies += " org.scorexfoundation" %% " scrypto" % " 2.1.6 "
22
22
```
23
23
24
24
### Hash functions
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ dependencyOverrides in ThisBuild ++= Seq(
6
6
" ch.qos.logback" % " logback-core" % " 1.3.0-alpha4" ,
7
7
" com.google.guava" % " guava" % " 21.0" ,
8
8
" 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 " ,
10
10
" javax.activation" % " activation" % " 1.1" ,
11
11
" org.bouncycastle" % " bcprov-jdk15on" % " 1.60" ,
12
12
" org.rudogma" % " supertagged_2.12" % " 1.4" ,
13
13
" org.scorexfoundation" % " scorex-util_2.12" % " 0.1.1" ,
14
14
" org.slf4j" % " slf4j-api" % " 1.8.0-beta1" ,
15
15
" org.whispersystems" % " curve25519-java" % " 0.5.0"
16
16
)
17
- // LIBRARY_DEPENDENCIES_HASH 5bccd31374d5a2878cfcd4fc35339324fc38aea3
17
+ // LIBRARY_DEPENDENCIES_HASH 09aa9b478d26dc10e237ea6c0f62986425561937
You can’t perform that action at this time.
0 commit comments