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 4723996 + 1a420eb commit 3817707Copy full SHA for 3817707
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.3.0" % Test,
+ "org.scalameta" %%% "munit" % "1.3.1" % Test,
26
"org.scalameta" %%% "munit-scalacheck" % "1.3.0" % Test
27
),
28
developers := List(
0 commit comments