We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1219310 commit af1ee5cCopy full SHA for af1ee5c
build.sbt
@@ -26,7 +26,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform)
26
.settings(
27
name := "mouse",
28
libraryDependencies ++= Seq(
29
- "org.typelevel" %%% "cats-core" % "2.8.0",
+ "org.typelevel" %%% "cats-core" % "2.9.0",
30
"org.scalameta" %%% "munit" % "1.0.0-M6" % Test,
31
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M6" % Test
32
),
0 commit comments