We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13f48e2 + 93f8038 commit 8b2c303Copy full SHA for 8b2c303
project/Deps.scala
@@ -9,7 +9,7 @@ object Deps {
9
lazy val verify = "com.eed3si9n.verify" %% "verify" % "1.0.0"
10
11
// TODO - these should be like the above, just ModuleIDs
12
- lazy val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-839fad1cdc07cf6fc81364d74c323867230432ad"
+ lazy val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-77cc781d727b367d3761f097d89f5a4762771d41"
13
lazy val coursier = "io.get-coursier" %% "coursier" % "2.0.16"
14
lazy val scalaCompiler = Def.setting("org.scala-lang" % "scala-compiler" % scalaVersion.value)
15
}
0 commit comments