1.10.6
change with compatibility implication
- deps: lm-coursier 2.1.6, which updates Coursier 2.1.14 → 2.1.19 by @eed3si9n in #7920
This release changes the way "BOMs" or "dependency management" are handled during resolution, and allows users to add BOMs to a resolution. This changes the way versions are picked when BOMs or dependency management are involved, which has an impact on the resolution of libraries from many JVM ecosystems, such as Apache Spark, Springboot, Quarkus, etc.
bug fixes and updates
- fix: Fixes Ctrl-C not stopping
run
task due to bgRun delegation by @Friendseeker in #7916 - fix: Fixes
sbt --client
support on openSUSE by @Androz2091 in #7895 - fix: Synchronizes
dependencyTree
console output by @Friendseeker in #7906 - fix: Synchronizes
java.awt.Desktop.browse()
duringdependencyBrowseTree
by @Friendseeker in #7905 - perf: Better memory efficiency for Zinc Analysis by @dwijnand in sbt/zinc#1494
- fix: Passes
useConsistent
tostaticCachedStore
by @Friendseeker in #7869 - Make reproducibility toggleable for
ConsistentAnalysisFormat
by @Friendseeker in sbt/zinc#1479 clean
clearspreviousCompile
by @Friendseeker in sbt/zinc#1487 / #7922
behind the scene
- deps: Updates to Zinc 1.10.5 by @eed3si9n in #7922
- deps: Updates to IO 1.10.2 by @eed3si9n in #7921
- deps: Removes direct dependency on
org.fusesource.jansi
by @Friendseeker in #7876 - ci: Prepare for sbt
1.10.6
by @Friendseeker in #7871 - Add double quote around thread name during trace by @Friendseeker in #7886
- ci: Bump minimum Java version in launcher script to
8
by @Friendseeker in #7897 - test: Fix Flaky Test:
sbt.TagsTest
by @Friendseeker in #7919 - refactor: Improve message format for
loading settings for project
by @Friendseeker in #7909 - refactor: Respects
dependencyBrowseGraphTarget
,dependencyBrowseTreeTarget
by @Friendseeker in #7904
new contributors
- @Androz2091 made their first contribution in #7895
Full Changelog: v1.10.5...v1.10.6