Skip to content

Commit 5b9f149

Browse files
committed
add Automatic-Module-Name
1 parent 2115b89 commit 5b9f149

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
3232
.jvmSettings(ScalaModulePlugin.scalaModuleOsgiSettings)
3333
.settings(
3434
name := "scala-xml",
35+
scalaModuleAutomaticModuleName := Some("scala.xml"),
3536
scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
3637
case Some((3, _)) =>
3738
Seq("-language:Scala2")

0 commit comments

Comments
 (0)