1.10.4
updates and bug fixes
- fix: Fixes Jansi deprecation notice by switching to jline-terminal-jni by @Friendseeker in #7811
- fix: Fixes GLIBC_2.32 issue on sbtn by statically linking musl by @Friendseeker in #7823
- fix: Throw exception when
sbt new
fails to find template by @Friendseeker in #7835 - fix: Fixes
~
withGlobal / onChangedBuildSource := ReloadOnSourceChanges
by @Friendseeker in #7838 - fix: Fixes "Unrecognized option: --server" error on BSP server by @eed3si9n in #7824
- fix: Fixes pipelined build while changing version frequently by @Friendseeker in #7830
- fix: Change the default analysis format to older binary, and make Consistent Analysis opt-in by @Friendseeker in #7807
behind the scene
- ci: Bump supported JDK version to 21 in
DEVELOPING.md
by @Friendseeker in #7784 - ci: Bump sbt to 1.10.3 by @Friendseeker in #7802
- ci: Bump
TEST_SBT_VER
to 1.10.3 & remove unused CI variables by @Friendseeker in #7825 - ci: Delete
.java-version
to not fix java version to 1.8 by @Friendseeker in #7827 - deps: Bump Scala 2.13 to 2.13.15 by @Friendseeker in #7798
- deps: Bump JLine to
3.27.1
by @Friendseeker in #7829 - deps: Zinc 1.10.4 by @eed3si9n in #7839
- refactor: Remove two unused methods that depends on Analysis Timestamp by @Friendseeker in #7787
- refactor: Deprecate useJCenter key by @Philippus in #7822
Full Changelog: v1.10.3...v1.10.4