Skip to content

Commit a6279e4

Browse files
authored
Merge pull request #142 from softwaremill/update/scala-collection-compat-2.12.0
Update scala-collection-compat to 2.12.0
2 parents e48a390 + 9df3e6b commit a6279e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lazy val retry = (projectMatrix in file("retry"))
2626
Seq(
2727
"org.scalatest" %%% "scalatest" % "3.2.18" % "test",
2828
"com.softwaremill.odelay" %%% "odelay-core" % "0.4.0",
29-
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.11.0"
29+
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.12.0"
3030
)
3131
)
3232
.jvmPlatform(

0 commit comments

Comments
 (0)