Skip to content

Commit

Permalink
Update cats-core to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 1, 2023
1 parent f6f2c5b commit 75b0c6b
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 @@ -41,7 +41,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
name := "diffson-core",
libraryDependencies ++= Seq(
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.11.0",
"org.typelevel" %%% "cats-core" % "2.9.0",
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.scalatest" %%% "scalatest" % scalatestVersion % Test,
"org.scalacheck" %%% "scalacheck" % scalacheckVersion % Test
),
Expand Down

0 comments on commit 75b0c6b

Please sign in to comment.