From d8b5409933f840a8b331f8e5deac9c799c6f1083 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 16 Apr 2024 00:59:12 +0000 Subject: [PATCH] Update scala-collection-compat to 2.12.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1689323..e11b96e 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.11.0" + "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0" ), Test / compile / coverageEnabled := true, Compile / compile / coverageEnabled := false,