From 9f25ed76fd68cc827d4ac31a3cdfb327dd8f3fff Mon Sep 17 00:00:00 2001 From: Philippus Baalman Date: Sat, 3 Jul 2021 10:05:35 +0200 Subject: [PATCH] Use jsEnablePlugins-method --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 38f6b146..b560cdaa 100644 --- a/build.sbt +++ b/build.sbt @@ -117,7 +117,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform) // Scala.js cannot run forked tests Test / fork := false ) - .jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin)) + .jsEnablePlugins(ScalaJSJUnitPlugin) .nativeSettings( // Scala Native cannot run forked tests Test / fork := false,