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 7bf552b + 1bc5354 commit 22c7f54Copy full SHA for 22c7f54
build.sbt
@@ -92,10 +92,10 @@ lazy val munit = crossProject(JSPlatform, JVMPlatform)
92
.settings(dottyLibrarySettings)
93
.settings(dottyJsSettings(ThisBuild / crossScalaVersions))
94
.settings(
95
- libraryDependencies += "org.scalameta" %%% "munit" % "0.7.14",
+ libraryDependencies += "org.scalameta" %%% "munit" % "0.7.15",
96
libraryDependencies += {
97
if (isDotty.value)
98
- "org.scalameta" %%% "munit-scalacheck" % "0.7.14" exclude ("org.scalacheck", "scalacheck_2.13")
99
- else "org.scalameta" %%% "munit-scalacheck" % "0.7.14"
+ "org.scalameta" %%% "munit-scalacheck" % "0.7.15" exclude ("org.scalacheck", "scalacheck_2.13")
+ else "org.scalameta" %%% "munit-scalacheck" % "0.7.15"
100
}
101
)
0 commit comments