Skip to content

Commit

Permalink
Merge pull request #468 from Philippus/patch-1
Browse files Browse the repository at this point in the history
Use jsEnablePlugins-method
  • Loading branch information
NthPortal authored Jul 4, 2021
2 parents bea4c8f + 09f9961 commit 80c0792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform, NativePlatform
},
Test / fork := false // Scala.js cannot run forked tests
)
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
.jsEnablePlugins(ScalaJSJUnitPlugin)
.disablePlugins(ScalafixPlugin)
.nativeSettings(
nativeLinkStubs := true,
Expand Down

0 comments on commit 80c0792

Please sign in to comment.