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 609ac23 + ed5607d commit f679286Copy full SHA for f679286
build.sbt
@@ -57,7 +57,7 @@ lazy val tests = crossProject(JSPlatform, JVMPlatform, NativePlatform)
57
.settings(
58
libraryDependencies ++= Seq(
59
"org.typelevel" %%% "cats-testkit" % CatsVersion,
60
- "org.scalameta" %%% "munit" % "1.0.0-RC1",
+ "org.scalameta" %%% "munit" % "1.0.0",
61
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3"))
62
.jsSettings(commonJsSettings)
63
.jvmSettings(commonJvmSettings)
0 commit comments