Skip to content

Conversation

scala-steward
Copy link
Contributor

About this PR

πŸ“¦ Updates com.github.sbt:sbt-ci-release from 1.9.3 to 1.11.1

πŸ“œ 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!

πŸ” Files still referring to the old version number

The following files still refer to the old version number (1.9.3).
You might want to review and update them manually.

documentation/manual/releases/release25/migration25/Migration25.md
βš™ Adjust future updates

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

updates.ignore = [ { groupId = "com.github.sbt", artifactId = "sbt-ci-release" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.github.sbt", artifactId = "sbt-ci-release" }
}]
labels: sbt-plugin-update, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:1

@mkurz mkurz force-pushed the update/3.0.x/sbt-ci-release-1.11.1 branch from 560b4fb to 0bc5c4e Compare June 30, 2025 19:21
@mkurz mkurz merged commit 6c59b67 into playframework:3.0.x Jun 30, 2025
25 checks passed
@mkurz
Copy link
Member

mkurz commented Jul 1, 2025

Actually my plan yesterday was to still publish 3.0.8 via the deprecated OSSRH service to push out one last release with the old sbt-plugin-3.0.x.jar file format before switching to the Central Publisher Portal.
However, just after publishing play-json and twirl (which worked) I could not publish Play itself anymore... Because sonatype automatically migrated our account to the Central Publisher Portal... I thought 30th of June it should still work with the deprecated plattform, but it seems they already started automatic migration yesterday... So I was too late for like ~1 hour...

Anyway it's not too bad, only from now on people have to use at least sbt 1.9.x because sbt < 1.9.x can not read the correct maven format. See

More infos: https://eed3si9n.com/sbt-1.9.0#pom-consistency-of-sbt-plugin-publishing

@mkurz mkurz mentioned this pull request Jul 1, 2025
@mkurz mkurz added this to the 3.0.8 milestone Jul 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants