Merge pull request #347 from 3rwww1/enhancement/update-ivy

Ivy 2.3.0-sbt-fbc4f586aeeb1591710b14eb4f41b94880dcd745
This commit is contained in:
eugene yokota 2020-11-22 14:22:07 -05:00 committed by GitHub
commit 6c1926603f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,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-839fad1cdc07cf6fc81364d74c323867230432ad"
val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-fbc4f586aeeb1591710b14eb4f41b94880dcd745"
val sbtV = "1.0"
val scalaV = "2.12"