Merge pull request #284 from eed3si9n/wip/bump2

Bump Ivy
This commit is contained in:
eugene yokota 2018-12-28 18:16:24 -05:00 committed by GitHub
commit 96a3293c7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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