Skip to content

Update dependency sbt/sbt to v1.12.5#96

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/sbt-sbt-1.x
Open

Update dependency sbt/sbt to v1.12.5#96
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/sbt-sbt-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 6, 2025

This PR contains the following updates:

Package Update Change
sbt/sbt minor 1.11.21.12.5

Release Notes

sbt/sbt (sbt/sbt)

v1.12.5: 1.12.5

Compare Source

updates
🐛 bug fixes

Full Changelog: sbt/sbt@v1.12.4...v1.12.5

v1.12.4: 1.12.4

Compare Source

  • backport: Respect scalaOrganization in compiler bridge resolution by @​tanishiking in #​8799
  • backport: Fixes .jvmopts parse error on Windows Git Bash by reverting "Handle JVM parameters with spaces in dot files" by @​eed3si9n in #​8798

Full Changelog: sbt/sbt@v1.12.3...v1.12.4

v1.12.3

Compare Source

v1.12.2: 1.12.2

Compare Source

updates

Full Changelog: sbt/sbt@v1.12.1...v1.12.2

v1.12.1: 1.12.1

Compare Source

bug fixes

behind the scenes

Full Changelog: sbt/sbt@v1.12.0...v1.12.1

v1.12.0: 1.12.0

Compare Source

changes with compatibility implications

  • dependencyTree displays internal config, which includes Provided by @​eed3si9n in #​8359
  • Scaladoc now requires Compile / doc / compilers scoped to doc task

🚀 updates

🐛 bug fixes

behind the scenes

new contributors

Full Changelog: sbt/sbt@v1.11.7...v1.12.0

v1.11.7: 1.11.7

Compare Source

🚀 updates

🐛 bug fixes

🎬 behind the scenes

Full Changelog: sbt/sbt@v1.11.6...v1.11.7

v1.11.6: 1.11.6

Compare Source

🚀 sbt launcher 1.5.0

🐛 bug fixes

🎬 behind the scene

Full Changelog: sbt/sbt@v1.11.5...v1.11.6

v1.11.5: 1.11.5

Compare Source

changes with compatibility implications

  • sbtn is built using ubuntu-22.04 image, which will require similar Linux version with glibc 2.32 and above.

🚀 features and other updates

  • Adds Scala 3.8.0 support. See below
  • Adds Scala Nightly repository resolver. See below
  • Adds --jvm-client to the sbt runner script to launch JVM client. See below
  • Central Repository publishing: Shows validation errors if present by @​unkarjedy in #​8191
  • Central Repository publishing: Includes the root subproject name into the deployment by @​jeanmarc in #​8219
  • Reduces sbtn outputs by @​eed3si9n in #​8234

Scala Nightly repository

Scala Team now publishes nightlies to a dedicated Artifactory instance. sbt 1.11.5 adds a new resolver for this:

resolvers += Resolver.scalaNightlyRepository

ThisBuild / scalaVersion := "3.8.0-RC1-bin-20250823-712d5bc-NIGHTLY"
Compile / scalacOptions += "-language:experimental.captureChecking"

This was contributed by @​hamzaremmal in sbt/librarymanagement#532

Scala 3.8.0 support

Scala 3.8.0 will in-source the Scala standard library (scala-library) instead of using one from Scala 2.13. sbt 1.11.5 relaxes the Coursier same-version enforcement to support Scala 3.8.0.

This was pair programmed by @​hamzaremmal + @​eed3si9n during Scala Days 2025 as #​8226

sbt --jvm-client

sbt 1.11.5 runner script adds new --jvm-client flag to launch the JVM version of the thin client. The implementation is the Scala code which sbtn is based on. This will be useful on platforms or CPU architectures that we do not build sbtn.

This was contributed by @​eed3si9n in #​8232

🎬 behind the scene

new contributors

Full Changelog: sbt/sbt@v1.11.4...v1.11.5

v1.11.4: 1.11.4

Compare Source

Updates

Full Changelog: sbt/sbt@v1.11.3...v1.11.4

v1.11.3: 1.11.3

Compare Source

updates

  • Adds sonaUploadRequestTimeout setting to configure the upload timeout when publishing to the Central Repo by @​guizmaii in #​8171
  • fix: Adds support for pluginCrossBuild/sbtBinaryVersion "1.3", which is used by IntelliJ Scala plugin (fixes #​8166) by @​unkarjedy in #​8167
  • fix: Fixes the import order to satisfy SemanticDB by @​inglor in #​8162

new contributors

Full Changelog: sbt/sbt@v1.11.2...v1.11.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 label Jul 6, 2025
@renovate renovate bot changed the title Update dependency sbt/sbt to v1.11.3 Update dependency sbt/sbt to v1.11.4 Aug 7, 2025
@renovate renovate bot force-pushed the renovate/sbt-sbt-1.x branch from 4093998 to 7dcbbb5 Compare August 7, 2025 11:33
@renovate renovate bot changed the title Update dependency sbt/sbt to v1.11.4 Update dependency sbt/sbt to v1.11.5 Aug 25, 2025
@renovate renovate bot force-pushed the renovate/sbt-sbt-1.x branch from 7dcbbb5 to 8dd5016 Compare August 25, 2025 01:44
@renovate renovate bot changed the title Update dependency sbt/sbt to v1.11.5 Update dependency sbt/sbt to v1.11.6 Sep 7, 2025
@renovate renovate bot force-pushed the renovate/sbt-sbt-1.x branch from 8dd5016 to a21a3da Compare September 7, 2025 01:59
@renovate renovate bot changed the title Update dependency sbt/sbt to v1.11.6 Update dependency sbt/sbt to v1.11.7 Oct 5, 2025
@renovate renovate bot force-pushed the renovate/sbt-sbt-1.x branch from a21a3da to 0ea8bba Compare October 5, 2025 20:27
@renovate renovate bot changed the title Update dependency sbt/sbt to v1.11.7 Update dependency sbt/sbt to v1.12.0 Jan 5, 2026
@renovate renovate bot force-pushed the renovate/sbt-sbt-1.x branch from 0ea8bba to e73013e Compare January 5, 2026 06:56
@renovate renovate bot changed the title Update dependency sbt/sbt to v1.12.0 Update dependency sbt/sbt to v1.12.1 Jan 26, 2026
@renovate renovate bot force-pushed the renovate/sbt-sbt-1.x branch from e73013e to 0b8cb83 Compare January 26, 2026 13:36
@renovate renovate bot changed the title Update dependency sbt/sbt to v1.12.1 Update dependency sbt/sbt to v1.12.2 Feb 4, 2026
@renovate renovate bot force-pushed the renovate/sbt-sbt-1.x branch from 0b8cb83 to d043f37 Compare February 4, 2026 10:11
@renovate renovate bot changed the title Update dependency sbt/sbt to v1.12.2 Update dependency sbt/sbt to v1.12.3 Feb 15, 2026
@renovate renovate bot force-pushed the renovate/sbt-sbt-1.x branch from d043f37 to e3649be Compare February 15, 2026 01:26
@renovate renovate bot force-pushed the renovate/sbt-sbt-1.x branch from e3649be to 2729f6f Compare February 23, 2026 09:33
@renovate renovate bot changed the title Update dependency sbt/sbt to v1.12.3 Update dependency sbt/sbt to v1.12.4 Feb 23, 2026
@renovate renovate bot force-pushed the renovate/sbt-sbt-1.x branch from 2729f6f to 49f6dd9 Compare March 2, 2026 01:05
@renovate renovate bot changed the title Update dependency sbt/sbt to v1.12.4 Update dependency sbt/sbt to v1.12.5 Mar 2, 2026
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.

0 participants