Skip to content

Commit

Permalink
Fix build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
Billzabob committed Jun 8, 2020
1 parent a8ba929 commit 48cb406
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 @@ -38,7 +38,7 @@ lazy val commonSettings = Seq(
"org.scalameta" %%% "munit-scalacheck" % "0.7.8" % Test
),
testFrameworks += new TestFramework("munit.Framework"),
scalaJSModuleKind := ModuleKind.CommonJSModule
scalaJSLinkerConfig ~= (_.withModuleKind(ModuleKind.CommonJSModule))
)

lazy val releaseSettings = Seq(
Expand Down

0 comments on commit 48cb406

Please sign in to comment.