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

dongjoon-hyun 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 0da48a298788 [SPARK-57992][BUILD] Upgrade sbt to 1.12.13
0da48a298788 is described below

commit 0da48a298788186d1eef54ce146486447be7e232
Author: Kousuke Saruta <[email protected]>
AuthorDate: Tue Jul 7 22:53:46 2026 -0700

    [SPARK-57992][BUILD] Upgrade sbt to 1.12.13
    
    ### What changes were proposed in this pull request?
    This PR upgrades sbt from `1.12.11` to `1.12.13`.
    
    ### Why are the changes needed?
    The full release notes as follows:
    * https://github.com/sbt/sbt/releases/tag/v1.12.12
    * https://github.com/sbt/sbt/releases/tag/v1.12.13
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    GA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #57072 from sarutak/upgrade-sbt-1.12.13.
    
    Authored-by: Kousuke Saruta <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 project/build.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/build.properties b/project/build.properties
index 2e542d769bce..c1bd2ed5e250 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.12.11
+sbt.version=1.12.13


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to