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 ) )