Skip to content

Commit a46f521

Browse files
committed
[INTERNAL] - Upgrade scala to v2.13.7
1 parent 67396e7 commit a46f521

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ release=true
22
org.gradle.daemon=false
33
org.gradle.parallel=false
44
org.gradle.jvmargs=-Xms512m -Xmx512m
5-
scalaVersion=2.13.6
5+
scalaVersion=2.13.7
66
kafkaVersion=2.8.1
77
zookeeperVersion=3.6.3
88
nettyVersion=4.1.72.Final

kafka-cruise-control-start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ copyJars() {
3030
base_dir=$(dirname $0)
3131

3232
if [ -z "$SCALA_VERSION" ]; then
33-
SCALA_VERSION=2.13.6
33+
SCALA_VERSION=2.13.7
3434
fi
3535

3636
if [ -z "$SCALA_BINARY_VERSION" ]; then

0 commit comments

Comments
 (0)