Skip to content

Commit 8a20c3b

Browse files
authored
Merge pull request #496 from typelevel/update/cats-core-2.11.0
Update cats-core to 2.11.0
2 parents 4d2a0a7 + fee9184 commit 8a20c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform)
2525
.settings(
2626
name := "mouse",
2727
libraryDependencies ++= Seq(
28-
"org.typelevel" %%% "cats-core" % "2.10.0",
28+
"org.typelevel" %%% "cats-core" % "2.11.0",
2929
"org.scalameta" %%% "munit" % "1.0.0" % Test,
3030
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test
3131
),

0 commit comments

Comments
 (0)