From b41a8ab85b970cfac2dbf305e12fc0672049a0c9 Mon Sep 17 00:00:00 2001 From: Alexander Slesarenko Date: Sat, 14 Dec 2019 13:56:30 +0300 Subject: [PATCH] update deps to scrypto 2.1.7 and scorex-util 0.1.6 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 5f5339b1be..1fffacbb88 100644 --- a/build.sbt +++ b/build.sbt @@ -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"