MINOR: Update Scala 2.11 to 2.11.12

The main change is Java 9 support.

Author: Ismael Juma <ismael@juma.me.uk>

Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>

Closes #4185 from ijuma/scala-2.11.12
This commit is contained in:
Ismael Juma 2017-11-09 14:23:54 +00:00
parent fef80c8636
commit 4a55818bbf
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ ext {
}
// Add Scala version
def defaultScala211Version = '2.11.11'
def defaultScala211Version = '2.11.12'
def defaultScala212Version = '2.12.4'
if (hasProperty('scalaVersion')) {
if (scalaVersion == '2.11') {