Skip to content

Commit 3954241

Browse files
authored
Merge pull request #240 from scoverage/dont-use-deprecated-rhinojsenv-class
Don't use deprecated 'RhinoJSEnv' class in the build
2 parents 1a13034 + cfb968c commit 3954241

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ lazy val runtime = CrossProject("scalac-scoverage-runtime", file("scalac-scovera
7373
)
7474
.jsSettings(
7575
libraryDependencies += "org.scalatest" %%% "scalatest" % ScalatestVersion % "test",
76-
scalaJSStage := FastOptStage,
77-
inConfig(Test)(jsEnv := RhinoJSEnv().value)
76+
scalaJSStage := FastOptStage
7877
)
7978

8079
lazy val `scalac-scoverage-runtimeJVM` = runtime.jvm

0 commit comments

Comments
 (0)