Skip to content

Commit 09a4297

Browse files
authored
Merge pull request #427 from scala-steward/update/sbt-scala-module-2.2.0
2 parents 6347e91 + f0b1bef commit 09a4297

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
2525
.crossType(CrossType.Full)
2626
.in(file("."))
2727
.settings(ScalaModulePlugin.scalaModuleSettings)
28-
.jvmSettings(ScalaModulePlugin.scalaModuleSettingsJVM)
28+
.jvmSettings(ScalaModulePlugin.scalaModuleOsgiSettings)
2929
.settings(
3030
name := "scala-xml",
3131

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
val scalaJSVersion =
22
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.32")
33

4-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.4")
4+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.0")
55
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
66
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
77
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.0")

0 commit comments

Comments
 (0)