mirror of https://github.com/sbt/sbt.git
Remove now unnecessary scala-js related settings
This commit is contained in:
parent
88dd5d7574
commit
5f2daac118
|
|
@ -261,9 +261,7 @@ lazy val tests = crossProject
|
|||
testFrameworks += new TestFramework("utest.runner.Framework")
|
||||
)
|
||||
.jsSettings(
|
||||
jsEnv := NodeJSEnv().value,
|
||||
scalaJSStage in Global := FastOptStage,
|
||||
scalaJSUseRhino in Global := false
|
||||
scalaJSStage in Global := FastOptStage
|
||||
)
|
||||
|
||||
lazy val testsJvm = tests.jvm.dependsOn(cache % "test")
|
||||
|
|
|
|||
Loading…
Reference in New Issue