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 52b327fd3c19 [SPARK-55360][BUILD] Upgrade sbt to `1.12.2`
52b327fd3c19 is described below
commit 52b327fd3c19f603622a98c97214f4b00cbde007
Author: Kousuke Saruta <[email protected]>
AuthorDate: Wed Feb 4 22:19:51 2026 -0800
[SPARK-55360][BUILD] Upgrade sbt to `1.12.2`
### What changes were proposed in this pull request?
This PR proposes to upgrade sbt to `1.12.2`.
### Why are the changes needed?
This release includes some bug fixes.
https://github.com/sbt/sbt/releases/tag/v1.12.2
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
GA.
https://github.com/sarutak/spark/runs/62507335242
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #54142 from sarutak/upgrade-sbt-to-1.12.2.
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 9c28e7ad616b..8704982f221b 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.1
+sbt.version=1.12.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]