Skip to content

Commit 37dc71c

Browse files
authored
Merge pull request #91 from scala/Philippus-patch-1
Use jsEnablePlugins-method
2 parents 12c0575 + 3f2fda1 commit 37dc71c

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
@@ -15,7 +15,7 @@ lazy val scalaLibraryNext = crossProject(JVMPlatform, JSPlatform)
1515
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
1616
testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"),
1717
)
18-
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
18+
.jsEnablePlugins(ScalaJSJUnitPlugin)
1919
.settings(
2020
ScalaModulePlugin.scalaModuleSettings,
2121
scalaModuleMimaPreviousVersion := None,

0 commit comments

Comments
 (0)