Skip to content

Commit

Permalink
Update to Scala 2.11.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Sep 14, 2018
1 parent cfdbcb4 commit 7b444ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -22,7 +22,7 @@ version in ThisBuild := Properties.envOrElse("VERSION", "0.0.0-dev") +
(if ((isSnapshot in ThisBuild).value) "-SNAPSHOT" else "")
isSnapshot in ThisBuild := Properties.envOrElse("IS_SNAPSHOT","true").toBoolean
organization in ThisBuild := "org.apache.toree.kernel"
crossScalaVersions in ThisBuild := Seq("2.11.8")
crossScalaVersions in ThisBuild := Seq("2.11.12")
scalaVersion in ThisBuild := (crossScalaVersions in ThisBuild).value.head
Dependencies.sparkVersion in ThisBuild := {
val envVar = "APACHE_SPARK_VERSION"
Expand Down

0 comments on commit 7b444ee

Please sign in to comment.