Skip to content

Commit

Permalink
Merge pull request #357 from scala-steward/update/scala-collection-co…
Browse files Browse the repository at this point in the history
…mpat-2.11.0

Update scala-collection-compat to 2.11.0
  • Loading branch information
satabin authored Nov 30, 2023
2 parents c3d3914 + c148850 commit f6f2c5b
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 @@ -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
Expand Down

0 comments on commit f6f2c5b

Please sign in to comment.