mirror of https://github.com/apache/kafka.git
MINOR: Upgrade to Scala 2.12.13 (#9981)
Reviewers: Ismael Juma <ismael@juma.me.uk>
This commit is contained in:
parent
fdcf8fbf72
commit
3daa348f0d
|
@ -27,7 +27,7 @@ ext {
|
|||
}
|
||||
|
||||
// Add Scala version
|
||||
def defaultScala212Version = '2.12.12'
|
||||
def defaultScala212Version = '2.12.13'
|
||||
def defaultScala213Version = '2.13.4'
|
||||
if (hasProperty('scalaVersion')) {
|
||||
if (scalaVersion == '2.12') {
|
||||
|
|
Loading…
Reference in New Issue