Update dependency sbt/sbt to v1.11.1 #781
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
sbt/sbt (sbt/sbt)
v1.11.1
: 1.11.1Compare Source
updates
update
task by @mrdziuban in https://github.com/coursier/sbt-coursier/pull/563sbtPluginPublishLegacyMavenStyle
to false by @eed3si9n in https://github.com/sbt/sbt/pull/8148sonaDeploymentName
toexcludeLintKeys
by @rtyley in https://github.com/sbt/sbt/pull/8143behind the scene
Full Changelog: sbt/sbt@v1.11.0...v1.11.1
v1.11.0
: 1.11.0Compare Source
Central Repository publishing
The Central Repository (aka Maven Central) has long been the pillar of the JVM ecosystem including Scala. The mechanism to publish libraries to the Central has been hosted by Sonatype as OSS Repository Hosting (OSSRH) via HTTP PUT, but in March it was announced that the endpoint will be sunset in June 2025 in favor of the Central Portal at https://central.sonatype.com/.
sbt 1.11.0 implements a built-in support to publish to Central Repository via the Central Portal. To publish to the Central Portal, first set
ThisBuild / publishTo
setting to thelocalStaging
repository:Add
credentials
to the hostcentral.sonatype.com
using the generated user token user name and password. sbt 1.11.0 will read from the environment variablesSONATYPE_USERNAME
andSONATYPE_PASSWORD
and append a credential forcentral.sonatype.com
out-of-box, which might be useful for automatic publishing from the CI environment, such as GitHub Actions.When you're ready to publish, call
publishSigned
task (available via sbt-pgp). At this point, the JARs and POM files will be staged to your localtarget/sona-staging
directory.Next, call
sonaUpload
to upload to the Central Portal and manually release the bundle, or callsonaRelease
to upload and automatically release to the Central Repository.This was contributed by @eed3si9n in #8126. The feature was inspired by sbt-sonatype workflow pioneered by Taro Saito, and sonatype-central-client spearheaded by David Doyle at Lumidion.
Other updates
testQuick
) with companion objects by @eed3si9n in https://github.com/sbt/sbt/pull/8087Full Changelog: sbt/sbt@v1.10.11...v1.11.0
v1.10.11
: 1.10.11Compare Source
updates
🐛 bug fixes
compile
task retrying itself on compiler crashes by @eed3si9n in https://github.com/sbt/sbt/pull/8070sbt --client shutdown
shortcuts if the server is not already running by @eed3si9n in https://github.com/sbt/sbt/pull/8057sbt --client
on Windows by @eed3si9n in https://github.com/sbt/sbt/pull/8071sbt --version
by @eed3si9n in https://github.com/sbt/sbt/pull/8066Full Changelog: sbt/sbt@v1.10.10...v1.10.11
Configuration
📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.