Skip to content

Commit af1ee5c

Browse files
Update cats-core to 2.9.0
1 parent 1219310 commit af1ee5c

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
@@ -26,7 +26,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform)
2626
.settings(
2727
name := "mouse",
2828
libraryDependencies ++= Seq(
29-
"org.typelevel" %%% "cats-core" % "2.8.0",
29+
"org.typelevel" %%% "cats-core" % "2.9.0",
3030
"org.scalameta" %%% "munit" % "1.0.0-M6" % Test,
3131
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M6" % Test
3232
),

0 commit comments

Comments
 (0)