Skip to content

Commit 2461517

Browse files
committed
Use jsEnablePlugins-method
1 parent da4e6c6 commit 2461517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
8787
// Scala.js cannot run forked tests
8888
Test / fork := false
8989
)
90-
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
90+
.jsEnablePlugins(ScalaJSJUnitPlugin)
9191
.nativeSettings(
9292
scalaModuleMimaPreviousVersion := None, // https://github.com/scala/scala-parser-combinators/pull/381
9393
compile / skip := System.getProperty("java.version").startsWith("1.6") || !scalaVersion.value.startsWith("2"),

0 commit comments

Comments
 (0)