chore(deps): update dependency sbt/sbt to v1.10.7 #1005
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:
1.10.3
->1.10.7
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
sbt/sbt (sbt/sbt)
v1.10.7
: 1.10.7Compare Source
🚀 features and other updates
--allow-empty
by @eed3si9n in https://github.com/sbt/sbt/pull/7966Build directory detection
Starting 1.10.7, the
sbt
runner script enables build directory detection by default. This means that thesbt
will exit with error when launched in a directory withoutbuild.sbt
orproject/
, with exceptions ofsbt new
,sbt --script-version
etc.To override this behavior temporarily, you can use
--allow-empty
flag. To permanently opt out of the build directory detection, create$XDG_CONFIG_HOME/sbt/sbtopts
with--allow-empty
in it.csrMavenDependencyOverride setting
sbt 1.10.7 updates Coursier to 2.1.11. 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
csrMavenDependencyOverride
to opt into bill-of-material (BOM) respecting Coursier resolution by @eed3si9n in https://github.com/sbt/sbt/pull/79709a88bc4
and 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.7
by @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
run
task due to bgRun delegation by @Friendseeker in https://github.com/sbt/sbt/pull/7916sbt --client
support on openSUSE by @Androz2091 in https://github.com/sbt/sbt/pull/7895dependencyTree
console output by @Friendseeker in https://github.com/sbt/sbt/pull/7906java.awt.Desktop.browse()
duringdependencyBrowseTree
by @Friendseeker in https://github.com/sbt/sbt/pull/7905useConsistent
tostaticCachedStore
by @Friendseeker in https://github.com/sbt/sbt/pull/7869ConsistentAnalysisFormat
by @Friendseeker in https://github.com/sbt/zinc/pull/1479clean
clearspreviousCompile
by @Friendseeker in https://github.com/sbt/zinc/pull/1487 / https://github.com/sbt/sbt/pull/7922behind the scene
org.fusesource.jansi
by @Friendseeker in https://github.com/sbt/sbt/pull/78761.10.6
by @Friendseeker in https://github.com/sbt/sbt/pull/78718
by @Friendseeker in https://github.com/sbt/sbt/pull/7897sbt.TagsTest
by @Friendseeker in https://github.com/sbt/sbt/pull/7919loading settings for project
by @Friendseeker in https://github.com/sbt/sbt/pull/7909dependencyBrowseGraphTarget
,dependencyBrowseTreeTarget
by @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
1
when 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 == null
by @Friendseeker in https://github.com/sbt/sbt/pull/78431.10.5
by @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 new
fails to find template by @Friendseeker in https://github.com/sbt/sbt/pull/7835~
withGlobal / onChangedBuildSource := ReloadOnSourceChanges
by @Friendseeker in https://github.com/sbt/sbt/pull/7838behind the scene
DEVELOPING.md
by @Friendseeker in https://github.com/sbt/sbt/pull/7784TEST_SBT_VER
to 1.10.3 & remove unused CI variables by @Friendseeker in https://github.com/sbt/sbt/pull/7825.java-version
to not fix java version to 1.8 by @Friendseeker in https://github.com/sbt/sbt/pull/78273.27.1
by @Friendseeker in https://github.com/sbt/sbt/pull/7829Full Changelog: sbt/sbt@v1.10.3...v1.10.4
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.
This PR was generated by Mend Renovate. View the repository job log.