We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c0575 commit 3f2fda1Copy full SHA for 3f2fda1
build.sbt
@@ -15,7 +15,7 @@ lazy val scalaLibraryNext = crossProject(JVMPlatform, JSPlatform)
15
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
16
testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"),
17
)
18
- .jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
+ .jsEnablePlugins(ScalaJSJUnitPlugin)
19
.settings(
20
ScalaModulePlugin.scalaModuleSettings,
21
scalaModuleMimaPreviousVersion := None,
0 commit comments