Skip to content

Commit

Permalink
Update scala-collection-compat to 2.12.0 (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 17, 2024
1 parent 238035b commit f4242e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
)
Expand Down

0 comments on commit f4242e3

Please sign in to comment.