Skip to content

Commit

Permalink
Merge pull request #534 from typelevel/update/cats-core-2.13.0
Browse files Browse the repository at this point in the history
Update cats-core to 2.13.0
  • Loading branch information
danicheg authored Jan 21, 2025
2 parents 7a9110b + 111a2bf commit 2dc9dff
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 @@ -21,7 +21,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(
name := "mouse",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.12.0",
"org.typelevel" %%% "cats-core" % "2.13.0",
"org.scalameta" %%% "munit" % "1.0.4" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test
),
Expand Down

0 comments on commit 2dc9dff

Please sign in to comment.