Skip to content

Commit b7dcb24

Browse files
authored
Merge pull request #537 from scala/Philippus-patch-1
Use jsEnablePlugins-method
2 parents f93cd3b + 9f25ed7 commit b7dcb24

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
@@ -117,7 +117,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
117117
// Scala.js cannot run forked tests
118118
Test / fork := false
119119
)
120-
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
120+
.jsEnablePlugins(ScalaJSJUnitPlugin)
121121
.nativeSettings(
122122
// Scala Native cannot run forked tests
123123
Test / fork := false,

0 commit comments

Comments
 (0)