-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency sbt/sbt to v1.10.7 #820
Conversation
This pull request seems a bit stale.. Shall we invite more to the party? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #820 +/- ##
=======================================
Coverage 84.82% 84.82%
=======================================
Files 96 96
Lines 2676 2676
Branches 204 204
=======================================
Hits 2270 2270
Misses 406 406 |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
1.10.6
->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
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.