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 09fbce3 commit fa47f51Copy full SHA for fa47f51
build.sbt
@@ -61,7 +61,7 @@ lazy val tests = crossProject(JSPlatform, JVMPlatform, NativePlatform)
61
.settings(
62
libraryDependencies ++= Seq(
63
"org.typelevel" %%% "cats-testkit" % CatsVersion,
64
- "org.scalameta" %%% "munit" % "1.0.0",
+ "org.scalameta" %%% "munit" % "1.0.1",
65
"org.typelevel" %%% "discipline-munit" % "2.0.0"))
66
.jsSettings(commonJsSettings)
67
.jvmSettings(commonJvmSettings)
0 commit comments