We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2115b89 commit 5b9f149Copy full SHA for 5b9f149
build.sbt
@@ -32,6 +32,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
32
.jvmSettings(ScalaModulePlugin.scalaModuleOsgiSettings)
33
.settings(
34
name := "scala-xml",
35
+ scalaModuleAutomaticModuleName := Some("scala.xml"),
36
scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
37
case Some((3, _)) =>
38
Seq("-language:Scala2")
0 commit comments