Skip to content

Commit

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

Update scala-collection-compat to 2.10.0
  • Loading branch information
satabin authored May 6, 2023
2 parents 403d2fe + 816ef37 commit ea39fee
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.9.0",
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.10.0",
"org.typelevel" %%% "cats-core" % "2.9.0",
"org.scalatest" %%% "scalatest" % scalatestVersion % Test,
"org.scalacheck" %%% "scalacheck" % scalacheckVersion % Test
Expand Down

0 comments on commit ea39fee

Please sign in to comment.