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 cc57e7c + 5ce46ab commit c3549caCopy full SHA for c3549ca
build.sbt
@@ -22,7 +22,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform)
22
name := "mouse",
23
libraryDependencies ++= Seq(
24
"org.typelevel" %%% "cats-core" % "2.13.0",
25
- "org.scalameta" %%% "munit" % "1.1.1" % Test,
+ "org.scalameta" %%% "munit" % "1.2.1" % Test,
26
"org.scalameta" %%% "munit-scalacheck" % "1.2.0" % Test
27
),
28
developers := List(
0 commit comments