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 aff3c8a + 0b37357 commit 626f43eCopy full SHA for 626f43e
1 file changed
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.2.2" % Test,
+ "org.scalameta" %%% "munit" % "1.2.4" % Test,
26
"org.scalameta" %%% "munit-scalacheck" % "1.2.0" % Test
27
),
28
developers := List(
0 commit comments