vmunier/sbt-web-scalajs

Scala 3 compatibility

TimoMeijer opened this issue · 1 comments

In Scala 3 the sourceMap compiler option has been changed from -P:scalajs:mapSourceURI: to -scalajs-mapSourceURI:, which means that the current version of the plugin is incompatible with Scala 3.

sbt-web-scalajs v1.2.0 has been released and is compatible with Scala 3.

Commits adding Scala 3 support: 8b65c56, a7a4b2b.