We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67396e7 commit a46f521Copy full SHA for a46f521
gradle.properties
@@ -2,7 +2,7 @@ release=true
2
org.gradle.daemon=false
3
org.gradle.parallel=false
4
org.gradle.jvmargs=-Xms512m -Xmx512m
5
-scalaVersion=2.13.6
+scalaVersion=2.13.7
6
kafkaVersion=2.8.1
7
zookeeperVersion=3.6.3
8
nettyVersion=4.1.72.Final
kafka-cruise-control-start.sh
@@ -30,7 +30,7 @@ copyJars() {
30
base_dir=$(dirname $0)
31
32
if [ -z "$SCALA_VERSION" ]; then
33
- SCALA_VERSION=2.13.6
+ SCALA_VERSION=2.13.7
34
fi
35
36
if [ -z "$SCALA_BINARY_VERSION" ]; then
0 commit comments