Skip to content

Commit

Permalink
Update sbt-scala-module to 3.2.0 (#348)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
scala-steward and SethTisue authored Oct 26, 2024
1 parent 8a00171 commit 8858e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ lazy val proj = crossProject(JSPlatform, JVMPlatform)
.crossType(CrossType.Pure)
.in(file("."))
.settings(sharedSettings)
.jvmEnablePlugins(SbtOsgi)
// until we have actually published for Scala.js. this is also why,
// for now, release.yml does just `proj/versionCheck` instead of `versionCheck`
.jvmSettings(versionPolicyIntention := Compatibility.BinaryAndSourceCompatible)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.1.0")
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.2.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")

0 comments on commit 8858e59

Please sign in to comment.