Skip to content

Commit 1938c8f

Browse files
authored
Update scala-collection-compat to 2.13.0
1 parent 090c042 commit 1938c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ lazy val `scalacheck-toolbox-datetime`: ProjectMatrix =
4646
.settings(
4747
libraryDependencies ++= Seq(
4848
"org.scalacheck" %%% "scalacheck" % "1.18.1",
49-
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.12.0"
49+
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.13.0"
5050
),
5151
scalacOptions --= Seq("-Werror", "-Xfatal-warnings")
5252
)

0 commit comments

Comments
 (0)