Skip to content

Update dependency sbt/sbt to v1.11.0#10686

Merged
gwendolyngoetz merged 1 commit intomainfrom
renovate/sbt-sbt-1.x
May 31, 2025
Merged

Update dependency sbt/sbt to v1.11.0#10686
gwendolyngoetz merged 1 commit intomainfrom
renovate/sbt-sbt-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented May 30, 2025

This PR contains the following updates:

Package Update Change
sbt/sbt minor 1.10.11 -> 1.11.0

Release Notes

sbt/sbt (sbt/sbt)

v1.11.0: 1.11.0

Compare 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 the localStaging repository:

ThisBuild / publishTo := {
  val centralSnapshots = "https://central.sonatype.com/repository/maven-snapshots/"
  if (isSnapshot.value) Some("central-snapshots" at centralSnapshots)
  else localStaging.value
}

Add credentials to the host central.sonatype.com using the generated user token user name and password. 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 local target/sona-staging directory.

Next, call sonaUpload to upload to the Central Portal and manually release the bundle, or call sonaRelease 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

Full Changelog: sbt/sbt@v1.10.11...v1.11.0


Configuration

📅 Schedule: Branch creation - "after 4am,before 10am" (UTC), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies dependency updates label May 30, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented May 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.38%. Comparing base (5306bb4) to head (1e3f4eb).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main   #10686   +/-   ##
=========================================
  Coverage     83.38%   83.38%           
  Complexity     4538     4538           
=========================================
  Files           525      525           
  Lines         20109    20109           
  Branches       1309     1309           
=========================================
  Hits          16768    16768           
  Misses         2834     2834           
  Partials        507      507           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/sbt-sbt-1.x branch from c29ffe7 to 1e3f4eb Compare May 31, 2025 13:00
@gwendolyngoetz gwendolyngoetz merged commit 314262a into main May 31, 2025
25 checks passed
@gwendolyngoetz gwendolyngoetz deleted the renovate/sbt-sbt-1.x branch May 31, 2025 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant