scala / scala-parser-combinators

simple combinator-based parsing for Scala. formerly part of the Scala standard library, now a separate community-maintained module
Apache License 2.0
656 stars 131 forks source link

Update sbt-scala-module to 3.2.0 #566

Closed scala-steward closed 1 month ago

scala-steward commented 1 month ago

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

Philippus commented 1 month ago

Build errors are about "References to undefined settings" related to osgi, possibly related to https://github.com/sbt/sbt-osgi/pull/121 ? Update: I think we have to EnablePlugin(SbtOsgi) now.