Skip to content

Commit 8b2c303

Browse files
authored
Merge pull request #114 from mkurz/upgrade_ivy
2 parents 13f48e2 + 93f8038 commit 8b2c303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Deps.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object Deps {
99
lazy val verify = "com.eed3si9n.verify" %% "verify" % "1.0.0"
1010

1111
// TODO - these should be like the above, just ModuleIDs
12-
lazy val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-839fad1cdc07cf6fc81364d74c323867230432ad"
12+
lazy val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-77cc781d727b367d3761f097d89f5a4762771d41"
1313
lazy val coursier = "io.get-coursier" %% "coursier" % "2.0.16"
1414
lazy val scalaCompiler = Def.setting("org.scala-lang" % "scala-compiler" % scalaVersion.value)
1515
}

0 commit comments

Comments
 (0)