From bc3a1dc645a54d8ad1421abd8b41d8096fff128a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 15:25:17 +0000 Subject: [PATCH] Update scala-collection-compat to 2.14.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 94d66f2..02b5d2c 100644 --- a/build.sbt +++ b/build.sbt @@ -47,7 +47,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform) .settings( name := "diffson-core", libraryDependencies ++= Seq( - "org.scala-lang.modules" %%% "scala-collection-compat" % "2.13.0", + "org.scala-lang.modules" %%% "scala-collection-compat" % "2.14.0", "org.typelevel" %%% "cats-core" % "2.13.0", "org.scalatest" %%% "scalatest" % scalatestVersion % Test, "org.scalacheck" %%% "scalacheck" % scalacheckVersion % Test