You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2021/04/29 16:33:12 UTC

[spark] branch master updated: [SPARK-35254][BUILD] Upgrade SBT to 1.5.1

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 4e3daa5  [SPARK-35254][BUILD] Upgrade SBT to 1.5.1
4e3daa5 is described below

commit 4e3daa5994493399d90897334962fafad9705aed
Author: lipzhu <li...@ebay.com>
AuthorDate: Thu Apr 29 09:32:43 2021 -0700

    [SPARK-35254][BUILD] Upgrade SBT to 1.5.1
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade SBT to 1.5.1.
    
    ### Why are the changes needed?
    
    https://github.com/sbt/sbt/releases/tag/v1.5.1
    
    ### Does this PR introduce _any_ user-facing change?
    
    NO.
    
    ### How was this patch tested?
    
    Pass the SBT CIs (Build/Test/Docs/Plugins).
    
    Closes #32382 from lipzhu/SPARK-35254.
    
    Authored-by: lipzhu <li...@ebay.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 project/build.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/build.properties b/project/build.properties
index e855124..a35acae 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.0
+sbt.version=1.5.1

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