Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Dec 4, 2024
1 parent fa3c1ff commit ce18b02
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 @@ -592,7 +592,7 @@ lazy val jsForJvm = crossProject(JSPlatform, JVMPlatform)
commonSettings,
name := "js-for-jvm"
)
.jsConfigure(_.dependsOn(platform0.js))
.jsConfigure(_.dependsOn(utils.js))
.jsSettings(
scalaJSLinkerConfig ~= {
// Enable ECMAScript module output.
Expand Down

0 comments on commit ce18b02

Please sign in to comment.