Skip to content

Commit f036dc1

Browse files
committed
Add missing "test" scope to "org.scalatest" %%% "scalatest" dependency.
Should be done in 1db4609.
1 parent 1543654 commit f036dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ lazy val runtime = CrossProject("scalac-scoverage-runtime", file("scalac-scovera
7373
)
7474
)
7575
.jsSettings(
76-
libraryDependencies += "org.scalatest" %%% "scalatest" % ScalatestVersion,
76+
libraryDependencies += "org.scalatest" %%% "scalatest" % ScalatestVersion % "test",
7777
scalaJSStage := FastOptStage
7878
)
7979

0 commit comments

Comments
 (0)