Skip to content

Commit

Permalink
Simplify build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Nov 1, 2020
1 parent 22c7f54 commit b5f9ccc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,5 @@ lazy val munit = crossProject(JSPlatform, JVMPlatform)
.settings(dottyLibrarySettings)
.settings(dottyJsSettings(ThisBuild / crossScalaVersions))
.settings(
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.15",
libraryDependencies += {
if (isDotty.value)
"org.scalameta" %%% "munit-scalacheck" % "0.7.15" exclude ("org.scalacheck", "scalacheck_2.13")
else "org.scalameta" %%% "munit-scalacheck" % "0.7.15"
}
libraryDependencies += "org.scalameta" %%% "munit-scalacheck" % "0.7.15"
)

0 comments on commit b5f9ccc

Please sign in to comment.