Skip to content

Commit

Permalink
Update Scala versions to latest minor (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdynick authored and jbaiera committed May 31, 2018
1 parent df2e678 commit fc63bc3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Expand Up @@ -21,9 +21,9 @@ cascadingVersion = 2.6.3
spark13Version = 1.6.2
spark20Version = 2.3.0
# same as Spark's
scala210Version = 2.10.6
scala210Version = 2.10.7
scala210MajorVersion = 2.10
scala211Version = 2.11.8
scala211Version = 2.11.12
scala211MajorVersion = 2.11

stormVersion = 1.0.1
Expand Down
4 changes: 2 additions & 2 deletions spark/sql-13/build.gradle
Expand Up @@ -8,8 +8,8 @@ apply plugin: 'scala'
apply plugin: 'scala.variants'

variants {
defaultVersion '2.11.8'
targetVersions '2.10.6', '2.11.8'
defaultVersion '2.11.12'
targetVersions '2.10.7', '2.11.12'
}

println "Compiled using Scala ${project.ext.scalaMajorVersion} [${project.ext.scalaVersion}]"
Expand Down
4 changes: 2 additions & 2 deletions spark/sql-20/build.gradle
Expand Up @@ -8,8 +8,8 @@ apply plugin: 'es.hadoop.build.integration'
apply plugin: 'scala.variants'

variants {
defaultVersion '2.11.8'
targetVersions '2.10.6', '2.11.8'
defaultVersion '2.11.12'
targetVersions '2.10.7', '2.11.12'
}

println "Compiled using Scala ${project.ext.scalaMajorVersion} [${project.ext.scalaVersion}]"
Expand Down

0 comments on commit fc63bc3

Please sign in to comment.