Ivy 2.3.0-sbt-839fad1cdc07cf6fc81364d74c323867230432ad

This commit is contained in:
Eugene Yokota 2020-05-28 00:48:36 -04:00
parent 3b3aa2f495
commit c1dbeca90f
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ object Dependencies {
def addSbtUtilCache(p: Project): Project = addSbtModule(p, sbtUtilPath, "utilCache", utilCache)
val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.0.0"
val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-fa726854dd30be842ff9e6d2093df6adfe3871f5"
val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-839fad1cdc07cf6fc81364d74c323867230432ad"
val sbtV = "1.0"
val scalaV = "2.12"