Skip to content

Commit

Permalink
Upgraded to Spark 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko Driesprong committed Oct 11, 2016
1 parent 9f858c3 commit bbd1503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -47,8 +47,8 @@ pomExtra := (

scalaVersion := "2.11.8"

libraryDependencies += "org.apache.spark" %% "spark-core" % "2.0.0"
libraryDependencies += "org.apache.spark" %% "spark-core" % "2.0.1"

libraryDependencies += "org.apache.spark" %% "spark-mllib" % "2.0.0"
libraryDependencies += "org.apache.spark" %% "spark-mllib" % "2.0.1"

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

0 comments on commit bbd1503

Please sign in to comment.