pgjdbc/pgjdbc GitHub issues and pull requests (mirror)
help / color / mirror / Atom feedFrom: renovate-bot (@renovate-bot) <[email protected]>
To: pgjdbc/pgjdbc <[email protected]>
Subject: [pgjdbc/pgjdbc] PR #3640: chore(deps): update dependency sbt/sbt to v1.11.0
Date: Mon, 26 May 2025 14:14:58 +0000
Message-ID: <[email protected]> (raw)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [sbt/sbt](https://redirect.github.com/sbt/sbt) | minor | `1.10.11` -> `1.11.0` |
---
### Release Notes
<details>
<summary>sbt/sbt (sbt/sbt)</summary>
### [`v1.11.0`](https://redirect.github.com/sbt/sbt/releases/tag/v1.11.0): 1.11.0
[Compare Source](https://redirect.github.com/sbt/sbt/compare/v1.10.11...v1.11.0)
#### 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](https://central.sonatype.org/news/20250326\_ossrh_sunset/) that the endpoint will be sunset in June 2025 in favor of the [Central Portal](https://central.sonatype.org/publish/publish-portal-guide/) 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:
```scala
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](https://redirect.github.com/sbt/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](https://redirect.github.com/eed3si9n) in [#​8126](https://redirect.github.com/sbt/sbt/pull/8126). The feature was inspired by sbt-sonatype workflow pioneered by Taro Saito, and [sonatype-central-client](https://redirect.github.com/lumidion/sonatype-central-client) spearheaded by David Doyle at [Lumidion](https://www.lumidion.com/).
#### Other updates
- fix: Avoid printing "copying runtime jar" etc to stdout by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [https://github.com/sbt/sbt/pull/8081](https://redirect.github.com/sbt/sbt/pull/8081)
- fix: Fix incremental test (`testQuick`) with companion objects by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [https://github.com/sbt/sbt/pull/8087](https://redirect.github.com/sbt/sbt/pull/8087)
**Full Changelog**: https://github.com/sbt/sbt/compare/v1.10.11...v1.11.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every 3 weeks on Monday" (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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/pgjdbc/pgjdbc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: github://pgjdbc/pgjdbc
Cc: [email protected], [email protected]
Subject: Re: [pgjdbc/pgjdbc] PR #3640: chore(deps): update dependency sbt/sbt to v1.11.0
In-Reply-To: <<[email protected]>>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox