Skip to content

Commit

Permalink
update deps to scrypto 2.1.7 and scorex-util 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aslesarenko committed Dec 14, 2019
1 parent 4c6d000 commit b41a8ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ version in ThisBuild := {
git.gitUncommittedChanges in ThisBuild := true

val bouncycastleBcprov = "org.bouncycastle" % "bcprov-jdk15on" % "1.64"
val scrypto = "org.scorexfoundation" %% "scrypto" % "2.1.7-RC2"
val scorexUtil = "org.scorexfoundation" %% "scorex-util" % "0.1.6-RC6"
val scrypto = "org.scorexfoundation" %% "scrypto" % "2.1.7"
val scorexUtil = "org.scorexfoundation" %% "scorex-util" % "0.1.6"
val macroCompat = "org.typelevel" %% "macro-compat" % "1.1.1"
val paradise = "org.scalamacros" %% "paradise" % "2.1.0" cross CrossVersion.full
val debox = "org.spire-math" %% "debox" % "0.8.0"
Expand Down

0 comments on commit b41a8ab

Please sign in to comment.