mirror of https://github.com/sbt/sbt.git
Merge pull request #324 from eed3si9n/wip/bumpivy
ivy 2.3.0-sbt-88d6a93d15f9b029958c1c289a8859e8dfe31a19
This commit is contained in:
commit
574be6fb79
|
|
@ -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-cb9cc189e9f3af519f9f102e6c5d446488ff6832"
|
||||
val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-88d6a93d15f9b029958c1c289a8859e8dfe31a19"
|
||||
|
||||
val sbtV = "1.0"
|
||||
val scalaV = "2.12"
|
||||
|
|
|
|||
Loading…
Reference in New Issue