Skip to content

Commit 9f25ed7

Browse files
authored
Use jsEnablePlugins-method
1 parent f93cd3b commit 9f25ed7

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)