From 94f701587de7cd2ebc8c9b6de56e669345538112 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Sat, 19 Jun 2021 00:17:35 -0700 Subject: [PATCH] [SPARK-35818][BUILD] Upgrade SBT to 1.5.4 ### What changes were proposed in this pull request? This PR aims to upgrade SBT to 1.5.4. ### Why are the changes needed? SBT 1.5.4 is released 5 days ago. - https://github.com/sbt/sbt/releases/tag/v1.5.4 This will bring the latest bug fixes like the following. - Fixes BSP on ARM Macs by keeping JNI server socket to keep using JNI - Fixes compiler ClassLoader list to use compilerJars.toList (For Scala 3, this drops support for 3.0.0-M2) - Fixes undercompilation of package object causing "Symbol 'type X' is missing from the classpath" - Fixes overcompilation with scalac -release flag - Fixes build/exit notification not closing BSP channel - Fixes POM file's Maven repository ID character restriction to match that of Maven ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. Closes #32966 from dongjoon-hyun/SPARK-35818. Authored-by: Dongjoon Hyun Signed-off-by: Dongjoon Hyun --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index bef3260b45..78a23ccea6 100644 --- a/project/build.properties +++ b/project/build.properties @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -sbt.version=1.5.3 +sbt.version=1.5.4