We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e48a390 + 9df3e6b commit a6279e4Copy full SHA for a6279e4
1 file changed
build.sbt
@@ -26,7 +26,7 @@ lazy val retry = (projectMatrix in file("retry"))
26
Seq(
27
"org.scalatest" %%% "scalatest" % "3.2.18" % "test",
28
"com.softwaremill.odelay" %%% "odelay-core" % "0.4.0",
29
- "org.scala-lang.modules" %%% "scala-collection-compat" % "2.11.0"
+ "org.scala-lang.modules" %%% "scala-collection-compat" % "2.12.0"
30
)
31
32
.jvmPlatform(
0 commit comments