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.
2 parents 4d2a0a7 + fee9184 commit 8a20c3bCopy full SHA for 8a20c3b
build.sbt
@@ -25,7 +25,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform)
25
.settings(
26
name := "mouse",
27
libraryDependencies ++= Seq(
28
- "org.typelevel" %%% "cats-core" % "2.10.0",
+ "org.typelevel" %%% "cats-core" % "2.11.0",
29
"org.scalameta" %%% "munit" % "1.0.0" % Test,
30
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test
31
),
0 commit comments