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

chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c4631a222fb MINOR: Change scala version from 2.12 to 2.13 for 3.9.3 
(#21588)
c4631a222fb is described below

commit c4631a222fb054e238af445884fb7bbc9be68970
Author: PoAn Yang <[email protected]>
AuthorDate: Thu Feb 26 20:15:04 2026 +0900

    MINOR: Change scala version from 2.12 to 2.13 for 3.9.3 (#21588)
    
    Change scala version from 2.12 to 2.13 for 3.9.3 in `vagrant/base.sh`.
    
    Reviewers: Chia-Ping Tsai <[email protected]>
---
 vagrant/base.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vagrant/base.sh b/vagrant/base.sh
index 50f96854166..c1550fdf369 100755
--- a/vagrant/base.sh
+++ b/vagrant/base.sh
@@ -172,7 +172,7 @@ get_kafka 3.7.2 2.12
 chmod a+rw /opt/kafka-3.7.2
 get_kafka 3.8.1 2.12
 chmod a+rw /opt/kafka-3.8.1
-get_kafka 3.9.2 2.12
+get_kafka 3.9.2 2.13
 chmod a+rw /opt/kafka-3.9.2
 get_kafka 4.0.1 2.13
 chmod a+rw /opt/kafka-4.0.1

Reply via email to