MINOR: Upgrade to Scala 2.12.13 (#9981)

Reviewers: Ismael Juma <ismael@juma.me.uk>
This commit is contained in:
Chia-Ping Tsai 2021-01-28 09:02:39 +08:00 committed by GitHub
parent fdcf8fbf72
commit 3daa348f0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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') {