Skip to content

Commit

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

Update scala-collection-compat to 2.9.0
  • Loading branch information
satabin authored Mar 2, 2023
2 parents 69d97a5 + 6496c5f commit c2e8c82
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.8.1",
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.9.0",
"org.typelevel" %%% "cats-core" % "2.9.0",
"org.scalatest" %%% "scalatest" % scalatestVersion % Test,
"org.scalacheck" %%% "scalacheck" % scalacheckVersion % Test
Expand Down

0 comments on commit c2e8c82

Please sign in to comment.