From 2b81aae471725805750c9dba73ed0a7eb8fec990 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Apr 2024 17:13:39 +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 37ace0f..a709f99 100644 --- a/build.sbt +++ b/build.sbt @@ -92,7 +92,7 @@ lazy val dijon = crossProject(JVMPlatform, JSPlatform, NativePlatform) scalaVersion := "2.13.6", // Update .github/workflows/ci.yml when changing this libraryDependencies ++= Seq( "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.13.3", - "org.scala-lang.modules" %%% "scala-collection-compat" % "2.11.0", + "org.scala-lang.modules" %%% "scala-collection-compat" % "2.12.0", "org.scalatest" %%% "scalatest" % "3.2.16" % Test ) )