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