scala-xml icon indicating copy to clipboard operation
scala-xml copied to clipboard

Update sbt-scala-module to 3.2.0

Open scala-steward opened this issue 1 year ago • 2 comments

About this PR

📦 Updates org.scala-lang.modules:sbt-scala-module from 3.1.0 to 3.2.0

📜 GitHub Release Notes - Version Diff

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.scala-lang.modules", artifactId = "sbt-scala-module" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scala-lang.modules", artifactId = "sbt-scala-module" }
}]
labels: sbt-plugin-update, early-semver-minor, semver-spec-minor, commit-count:1

scala-steward avatar Oct 20 '24 21:10 scala-steward

Build errors are about "References to undefined settings" related to osgi, related to https://github.com/sbt/sbt-osgi/pull/121. We have to enable the sbtOsgi plugin now.

Philippus avatar Oct 21 '24 06:10 Philippus

I've added a commit enabling the plugin.

Philippus avatar Oct 21 '24 17:10 Philippus

@Philippus thanks for figuring that out. I'll update the 3.2.0 release notes to mention the issue

SethTisue avatar Oct 26 '24 19:10 SethTisue