diff --git a/build.sbt b/build.sbt index d959d88..3efb64b 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ def commonSettings(jdk: Int) = Seq( ) }), libraryDependencies ++= Seq( - "org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0" + "org.scala-lang.modules" %% "scala-collection-compat" % "2.14.0" ), Test / compile / coverageEnabled := true, Compile / compile / coverageEnabled := false,