From c148850a106b3309663818c9868421466517cb78 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 16 Jun 2023 16:00:16 +0000 Subject: [PATCH] Update scala-collection-compat to 2.11.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ee307645..a81a9940 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform) .settings( name := "diffson-core", libraryDependencies ++= Seq( - "org.scala-lang.modules" %%% "scala-collection-compat" % "2.10.0", + "org.scala-lang.modules" %%% "scala-collection-compat" % "2.11.0", "org.typelevel" %%% "cats-core" % "2.9.0", "org.scalatest" %%% "scalatest" % scalatestVersion % Test, "org.scalacheck" %%% "scalacheck" % scalacheckVersion % Test