File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ should_include_file() {
48
48
base_dir=$( dirname $0 ) /..
49
49
50
50
if [ -z " $SCALA_VERSION " ]; then
51
- SCALA_VERSION=2.13.4
51
+ SCALA_VERSION=2.13.5
52
52
if [[ -f " $base_dir /gradle.properties" ]]; then
53
53
SCALA_VERSION=` grep " ^scalaVersion=" " $base_dir /gradle.properties" | cut -d= -f 2`
54
54
fi
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ set BASE_DIR=%CD%
27
27
popd
28
28
29
29
IF [" %SCALA_VERSION% " ] EQU [" " ] (
30
- set SCALA_VERSION = 2.13.4
30
+ set SCALA_VERSION = 2.13.5
31
31
)
32
32
33
33
IF [" %SCALA_BINARY_VERSION% " ] EQU [" " ] (
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ group=org.apache.kafka
21
21
# - tests/kafkatest/version.py (variable DEV_VERSION)
22
22
# - kafka-merge-pr.py
23
23
version =2.9.0-SNAPSHOT
24
- scalaVersion =2.13.4
24
+ scalaVersion =2.13.5
25
25
task =build
26
26
org.gradle.jvmargs =-Xmx2g -Xss4m -XX:+UseParallelGC
27
27
org.gradle.parallel =true
Original file line number Diff line number Diff line change 28
28
29
29
// Add Scala version
30
30
def defaultScala212Version = ' 2.12.13'
31
- def defaultScala213Version = ' 2.13.4 '
31
+ def defaultScala213Version = ' 2.13.5 '
32
32
if (hasProperty(' scalaVersion' )) {
33
33
if (scalaVersion == ' 2.12' ) {
34
34
versions[" scala" ] = defaultScala212Version
You can’t perform that action at this time.
0 commit comments