From 7481c9a3a9bdfe9b604429e11b639f0b6749f0c4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 Feb 2025 08:27:36 +0000 Subject: [PATCH] Update scala-collection-compat to 2.13.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 213375fc..0568c5b4 100644 --- a/build.sbt +++ b/build.sbt @@ -118,7 +118,7 @@ val tethys = List("core", "jackson").map(module => "com.tethys-json" %% s"tethys val reflect = libraryDependencies += scalaOrganization.value % "scala-reflect" % scalaVersion.value val compiler = libraryDependencies += scalaOrganization.value % "scala-compiler" % scalaVersion.value -val collectionCompat = libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0" +val collectionCompat = libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0" val enumeratumCirce = "com.beachape" %% "enumeratum-circe" % Version.enumeratumCirce