Skip to content

Commit fee9184

Browse files
Update cats-core to 2.11.0
1 parent 4d2a0a7 commit fee9184

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)