Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-33961][BUILD] Upgrade SBT to 1.4.6
### What changes were proposed in this pull request? This PR aims to upgrade SBT to 1.4.6 to fix the SBT regression. ### Why are the changes needed? [SBT 1.4.6](https://github.com/sbt/sbt/releases/tag/v1.4.6) has the following fixes - Updates to Coursier 2.0.8, which fixes the cache directory setting on Windows - Fixes performance regression in shell tab completion - Fixes match error when using withDottyCompat - Fixes thread-safety in AnalysisCallback handler ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. Closes apache#30993 from dongjoon-hyun/SPARK-SBT-1.4.6. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information