Skip to content

Commit 4cbf588

Browse files
authored
Merge pull request #736 from scala-steward/update/sbt-scala-module-3.2.0
Update sbt-scala-module to 3.2.0
2 parents 35da8ba + 7ea8a7e commit 4cbf588

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
129129
Seq("org.scala-lang" % "scala-compiler" % scalaVersion.value % Test)
130130
}),
131131
)
132+
.jvmEnablePlugins(SbtOsgi)
132133
.jsSettings(
133134
versionPolicyCheck / skip := true,
134135
versionCheck / skip := true,

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.1.0")
1+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.2.0")
22
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
33
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")

0 commit comments

Comments
 (0)