From e36ddd64ab55913a42c8dfae3954f4518fa45bfd Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Fri, 28 Dec 2018 17:12:39 -0500 Subject: [PATCH] Bump Ivy Ref https://github.com/sbt/ivy/pull/31 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 84e72a4ad..2882abc28 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -40,7 +40,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-b18f59ea3bc914a297bb6f1a4f7fb0ace399e310" + val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-cb9cc189e9f3af519f9f102e6c5d446488ff6832" val coursier = "io.get-coursier" %% "coursier" % coursierVersion val coursierCache = "io.get-coursier" %% "coursier-cache" % coursierVersion