Update dependency sbt/sbt to v1.10.10#777
Merged
antonsviridov-src merged 1 commit intomainfrom Mar 4, 2025
Merged
Conversation
bed7552 to
1970ab5
Compare
antonsviridov-src
approved these changes
Mar 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.10.10: 1.10.10Compare Source
🐛 bug fixes
Full Changelog: sbt/sbt@v1.10.9...v1.10.10
v1.10.9: 1.10.9Compare Source
🚀 features and other updates
allowUnsafeScalaLibUpgradesetting to opt-out of the Scala 2.13 compatibility check (SIP-51) by @lrytz in https://github.com/sbt/sbt/pull/8012jvmBuildTargetforworkspace/buildTargetsby @Friendseeker in https://github.com/sbt/sbt/pull/7913🐛 bug fixes
Compile / clean,Test / cleanby @Friendseeker in https://github.com/sbt/sbt/pull/7969previousCompileby @Friendseeker in https://github.com/sbt/sbt/pull/7983sbt initby @eed3si9n in https://github.com/sbt/sbt/pull/8049🎬 behind the scene
new contributors
Full Changelog: sbt/sbt@v1.10.7...v1.10.9
v1.10.8: 1.10.8Compare Source
sbt 1.10.8 is dead on arrival, please use 1.10.9 when it comes out.
v1.10.7: 1.10.7Compare Source
🚀 features and other updates
--allow-emptyby @eed3si9n in https://github.com/sbt/sbt/pull/7966Build directory detection
Starting 1.10.7, the
sbtrunner script enables build directory detection by default. This means that thesbtwill exit with error when launched in a directory withoutbuild.sbtorproject/, with exceptions ofsbt new,sbt --script-versionetc.To override this behavior temporarily, you can use
--allow-emptyflag. To permanently opt out of the build directory detection, create$XDG_CONFIG_HOME/sbt/sbtoptswith--allow-emptyin it.csrMavenDependencyOverride setting
sbt 1.10.7 updates Coursier from 2.1.19 → 2.1.22. sbt 1.10.7 also adds a new setting
csrMavenDependencyOverride(default:false), which controls the resolution, which respects Maven dependency override mechanism, also known as bill-of-materials (BOM) POM. Since there is a performance regression in the new resolver, we are setting the default tofalse.🐛 bug fixes
csrMavenDependencyOverrideto opt into bill-of-material (BOM) respecting Coursier resolution by @eed3si9n in https://github.com/sbt/sbt/pull/79709a88bc4and Jansi to 2.4.1, which fixes crash on Windows on ARM by @Friendseeker in https://github.com/sbt/sbt/pull/7952🎬 behind the scene
1.10.7by @Friendseeker in https://github.com/sbt/sbt/pull/7957Full Changelog: sbt/sbt@v1.10.6...v1.10.7
v1.10.6: 1.10.6Compare Source
change with compatibility implication
bug fixes and updates
runtask due to bgRun delegation by @Friendseeker in https://github.com/sbt/sbt/pull/7916sbt --clientsupport on openSUSE by @Androz2091 in https://github.com/sbt/sbt/pull/7895dependencyTreeconsole output by @Friendseeker in https://github.com/sbt/sbt/pull/7906java.awt.Desktop.browse()duringdependencyBrowseTreeby @Friendseeker in https://github.com/sbt/sbt/pull/7905useConsistenttostaticCachedStoreby @Friendseeker in https://github.com/sbt/sbt/pull/7869ConsistentAnalysisFormatby @Friendseeker in https://github.com/sbt/zinc/pull/1479cleanclearspreviousCompileby @Friendseeker in https://github.com/sbt/zinc/pull/1487 / https://github.com/sbt/sbt/pull/7922behind the scene
org.fusesource.jansiby @Friendseeker in https://github.com/sbt/sbt/pull/78761.10.6by @Friendseeker in https://github.com/sbt/sbt/pull/78718by @Friendseeker in https://github.com/sbt/sbt/pull/7897sbt.TagsTestby @Friendseeker in https://github.com/sbt/sbt/pull/7919loading settings for projectby @Friendseeker in https://github.com/sbt/sbt/pull/7909dependencyBrowseGraphTarget,dependencyBrowseTreeTargetby @Friendseeker in https://github.com/sbt/sbt/pull/7904new contributors
Full Changelog: sbt/sbt@v1.10.5...v1.10.6
v1.10.5: 1.10.5Compare Source
updates
1when on error by @Friendseeker in https://github.com/sbt/sbt/pull/7854++with a command argument with slash by @eed3si9n in https://github.com/sbt/sbt/pull/7862behind the scene
System.console == nullby @Friendseeker in https://github.com/sbt/sbt/pull/78431.10.5by @Friendseeker in https://github.com/sbt/sbt/pull/7840Full Changelog: sbt/sbt@v1.10.4...v1.10.5
v1.10.4: 1.10.4Compare Source
updates and bug fixes
sbt newfails to find template by @Friendseeker in https://github.com/sbt/sbt/pull/7835~withGlobal / onChangedBuildSource := ReloadOnSourceChangesby @Friendseeker in https://github.com/sbt/sbt/pull/7838behind the scene
DEVELOPING.mdby @Friendseeker in https://github.com/sbt/sbt/pull/7784TEST_SBT_VERto 1.10.3 & remove unused CI variables by @Friendseeker in https://github.com/sbt/sbt/pull/7825.java-versionto not fix java version to 1.8 by @Friendseeker in https://github.com/sbt/sbt/pull/78273.27.1by @Friendseeker in https://github.com/sbt/sbt/pull/7829Full Changelog: sbt/sbt@v1.10.3...v1.10.4
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.