Skip to content

Commit

Permalink
Upgraded to Spark 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko Driesprong committed Sep 30, 2016
1 parent c71f79d commit 9f858c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ pomExtra := (
</developers>)


scalaVersion := "2.11.7"
scalaVersion := "2.11.8"

libraryDependencies += "org.apache.spark" % "spark-core_2.11" % "1.6.2"
libraryDependencies += "org.apache.spark" %% "spark-core" % "2.0.0"

libraryDependencies += "org.apache.spark" % "spark-mllib_2.11" % "1.6.2"
libraryDependencies += "org.apache.spark" %% "spark-mllib" % "2.0.0"

libraryDependencies += "org.scalatest" % "scalatest_2.11" % "2.2.5" % "test"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.2.5" % "test"

0 comments on commit 9f858c3

Please sign in to comment.