We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090c042 commit 1938c8fCopy full SHA for 1938c8f
build.sbt
@@ -46,7 +46,7 @@ lazy val `scalacheck-toolbox-datetime`: ProjectMatrix =
46
.settings(
47
libraryDependencies ++= Seq(
48
"org.scalacheck" %%% "scalacheck" % "1.18.1",
49
- "org.scala-lang.modules" %%% "scala-collection-compat" % "2.12.0"
+ "org.scala-lang.modules" %%% "scala-collection-compat" % "2.13.0"
50
),
51
scalacOptions --= Seq("-Werror", "-Xfatal-warnings")
52
)
0 commit comments