Skip to content

Commit 32206c2

Browse files
committed
fix
1 parent ecc28de commit 32206c2

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
@@ -47,7 +47,7 @@ lazy val sourcecode = crossProject.settings(
4747
</developer>
4848
</developers>
4949
).jsSettings(
50-
scalaJSUseMainModuleInitializer := true
50+
scalaJSUseMainModuleInitializer in Test := true
5151
)
5252

5353
lazy val js = sourcecode.js

0 commit comments

Comments
 (0)