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 32c24fe commit f484160Copy full SHA for f484160
build.sbt
@@ -70,6 +70,7 @@ lazy val runtime = CrossProject("scalac-scoverage-runtime", file("scalac-scovera
70
.settings(name := "scalac-scoverage-runtime")
71
.settings(appSettings: _*)
72
.jvmSettings(
73
+ fork in Test := true,
74
libraryDependencies += "org.scalatest" %% "scalatest" % ScalatestVersion % "test"
75
)
76
.jsSettings(
0 commit comments