Skip to content

Commit 4d33f5d

Browse files
authored
Merge pull request #518 from scala-steward/update/sbt-scala-module-2.3.0
2 parents a13ed76 + 5b9f149 commit 4d33f5d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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")

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ val scalaJSVersion =
44
val scalaNativeVersion =
55
Option(System.getenv("SCALANATIVE_VERSION")).filter(_.nonEmpty).getOrElse("0.4.0")
66

7-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.4")
7+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.3.0")
88
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
99
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.0.0")
1010
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)

0 commit comments

Comments
 (0)