This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 94f7015  [SPARK-35818][BUILD] Upgrade SBT to 1.5.4
94f7015 is described below

commit 94f701587de7cd2ebc8c9b6de56e669345538112
Author: Dongjoon Hyun <dongj...@apache.org>
AuthorDate: Sat Jun 19 00:17:35 2021 -0700

    [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 <dongj...@apache.org>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 project/build.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/build.properties b/project/build.properties
index bef3260..78a23cc 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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to