Skip to content

Commit

Permalink
[INTERNAL] - Upgrade scala to v2.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amuraru committed Mar 18, 2022
1 parent 58e1191 commit 7ea7d26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ release=true
org.gradle.daemon=false
org.gradle.parallel=false
org.gradle.jvmargs=-Xms512m -Xmx512m
scalaVersion=2.13.6
scalaVersion=2.13.7
kafkaVersion=3.1.0
zookeeperVersion=3.6.3
nettyVersion=4.1.73.Final
Expand Down
2 changes: 1 addition & 1 deletion kafka-cruise-control-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ copyJars() {
base_dir=$(dirname $0)

if [ -z "$SCALA_VERSION" ]; then
SCALA_VERSION=2.13.6
SCALA_VERSION=2.13.7
fi

if [ -z "$SCALA_BINARY_VERSION" ]; then
Expand Down

0 comments on commit 7ea7d26

Please sign in to comment.