Skip to content

bump: compilerplugin, scalapb-runtime 0.11.18 (was 0.11.17)#2067

Merged
johanandren merged 1 commit intoakka:mainfrom
scala-steward:update/compilerplugin-0.11.18
Oct 28, 2025
Merged

bump: compilerplugin, scalapb-runtime 0.11.18 (was 0.11.17)#2067
johanandren merged 1 commit intoakka:mainfrom
scala-steward:update/compilerplugin-0.11.18

Conversation

@scala-steward
Copy link
Copy Markdown
Contributor

About this PR

📦 Updates

from 0.11.17 to 0.11.18

📜 GitHub Release Notes - Changelog - 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 = "com.thesamet.scalapb" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.thesamet.scalapb" }
}]
labels: library-update, early-semver-minor, semver-spec-patch, version-scheme:early-semver, commit-count:1

@reflek-chris
Copy link
Copy Markdown

Just a note since it's not captured in the release notes, this update includes some fixes for the using clause for those using Scala 3.7.x for code generation to avoid warnings, so it'd be amazing to ensure it's captured in the next release.

@johanandren
Copy link
Copy Markdown
Contributor

Note: We've generally held off bumping deps that would require downstream users to upgrade Scala patch version, this is one of those that would require all users to bump to Scala 2.13.16 (or later).

@reflek-chris
Copy link
Copy Markdown

Note: We've generally held off bumping deps that would require downstream users to upgrade Scala patch version, this is one of those that would require all users to bump to Scala 2.13.16 (or later).

Ahhh no worries, that makes sense. Maybe we can just manually force that version of scalapb. Actually that maybe brings up a good point, I don't see a setting to manually provide sbt-akka-grpc the version of scalapb to use. Is that intentional that you don't want people to override the version that is used for generation, or is that possible something that could be added in the future?

@johanandren
Copy link
Copy Markdown
Contributor

Not sure if there could be compatibility issues that makes arbitrary versions unsuitable, it is a regular sbt/ivy/coursier dependency/plugin of the Akka gRPC plugin so should be possible to override in for example plugins.sbt of a project.

@johanandren
Copy link
Copy Markdown
Contributor

For the next release we are bumping to Scala 2.13.17 so I'll see if we can move on with this.

@johanandren johanandren reopened this Oct 28, 2025
@johanandren johanandren merged commit 4e0f1b7 into akka:main Oct 28, 2025
18 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants