Skip to content

Commit 8858e59

Browse files
Update sbt-scala-module to 3.2.0 (#348)
* Update sbt-scala-module to 3.2.0 * osgi change needed for sbt-scala-module 3.2.0 upgrade --------- Co-authored-by: Seth Tisue <[email protected]>
1 parent 8a00171 commit 8858e59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ lazy val proj = crossProject(JSPlatform, JVMPlatform)
2222
.crossType(CrossType.Pure)
2323
.in(file("."))
2424
.settings(sharedSettings)
25+
.jvmEnablePlugins(SbtOsgi)
2526
// until we have actually published for Scala.js. this is also why,
2627
// for now, release.yml does just `proj/versionCheck` instead of `versionCheck`
2728
.jvmSettings(versionPolicyIntention := Compatibility.BinaryAndSourceCompatible)

Diff for: project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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.scala-js" % "sbt-scalajs" % "1.17.0")
33
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")

0 commit comments

Comments
 (0)