From 212810e53994a1594c0d127d5954b526e4d24d91 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 15 Apr 2024 18:42:20 +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 fa9db95..6568438 100644 --- a/build.sbt +++ b/build.sbt @@ -198,7 +198,7 @@ lazy val inputOutputCommon = Def.settings( Nil } }, - libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0", + libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0", libraryDependencies ++= { if (scalaBinaryVersion.value != "3") { Seq(compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.3" cross CrossVersion.full))