Skip to content

Commit

Permalink
Merge pull request #496 from typelevel/update/cats-core-2.11.0
Browse files Browse the repository at this point in the history
Update cats-core to 2.11.0
  • Loading branch information
danicheg authored May 29, 2024
2 parents 4d2a0a7 + fee9184 commit 8a20c3b
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 @@ -25,7 +25,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(
name := "mouse",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-core" % "2.11.0",
"org.scalameta" %%% "munit" % "1.0.0" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test
),
Expand Down

0 comments on commit 8a20c3b

Please sign in to comment.