You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2020/12/17 06:57:00 UTC

[spark] branch branch-3.1 updated: [SPARK-33821][BUILD] Upgrade SBT to 1.4.5

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

gurwls223 pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 95cceda  [SPARK-33821][BUILD] Upgrade SBT to 1.4.5
95cceda is described below

commit 95cceda9243a88e17d9f1200032da425645532b4
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Thu Dec 17 15:49:40 2020 +0900

    [SPARK-33821][BUILD] Upgrade SBT to 1.4.5
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade SBT to 1.4.5 to support Apple Silicon.
    
    ### Why are the changes needed?
    
    The following is the release note including `sbt 1.4.5 adds support for Apple silicon (AArch64 also called ARM64)`.
    - https://github.com/sbt/sbt/releases/tag/v1.4.5
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    Closes #30817 from dongjoon-hyun/SPARK-33821.
    
    Authored-by: Dongjoon Hyun <do...@apache.org>
    Signed-off-by: HyukjinKwon <gu...@apache.org>
    (cherry picked from commit b1950cc9162999c2200a0a988fa28aee640fb459)
    Signed-off-by: HyukjinKwon <gu...@apache.org>
---
 project/build.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/build.properties b/project/build.properties
index c92de94..35ee6fe 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.4.4
+sbt.version=1.4.5


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