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