Skip to content

Commit 80c0792

Browse files
authored
Merge pull request #468 from Philippus/patch-1
Use jsEnablePlugins-method
2 parents bea4c8f + 09f9961 commit 80c0792

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
@@ -110,7 +110,7 @@ lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform, NativePlatform
110110
},
111111
Test / fork := false // Scala.js cannot run forked tests
112112
)
113-
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
113+
.jsEnablePlugins(ScalaJSJUnitPlugin)
114114
.disablePlugins(ScalafixPlugin)
115115
.nativeSettings(
116116
nativeLinkStubs := true,

0 commit comments

Comments
 (0)