Skip to content

Commit a4c48a1

Browse files
committed
Upgrade Scala to 2.12
See #1058 - recommended version in the 2.2 documentation.
1 parent 596df20 commit a4c48a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ subprojects { subproject ->
8181
kafkaVersion = '2.2.0'
8282
log4jVersion = '2.11.2'
8383
mockitoVersion = '2.24.0'
84-
scalaVersion = '2.11'
84+
scalaVersion = '2.12'
8585
springRetryVersion = '1.2.4.RELEASE'
8686
springVersion = '5.2.0.BUILD-SNAPSHOT'
8787
springDataCommonsVersion = '2.2.0.BUILD-SNAPSHOT'

src/reference/asciidoc/appendix.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ When you use `spring-kafka-test` (version 2.2.x) with the 2.1.x `kafka-clients`
3636
3737
<dependency>
3838
<groupId>org.apache.kafka</groupId>
39-
<artifactId>kafka_2.11</artifactId>
39+
<artifactId>kafka_2.12</artifactId>
4040
<version>2.1.0</version>
4141
<scope>test</scope>
4242
</dependency>
4343
4444
<dependency>
4545
<groupId>org.apache.kafka</groupId>
46-
<artifactId>kafka_2.11</artifactId>
46+
<artifactId>kafka_2.12</artifactId>
4747
<version>2.1.0</version>
4848
<classifier>test</classifier>
4949
<scope>test</scope>

0 commit comments

Comments
 (0)