Skip to content

Commit

Permalink
Tested for Spark 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Oct 20, 2015
1 parent d2af8dd commit 75dab6d
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.7"

libraryDependencies += "org.apache.spark" % "spark-core_2.11" % "1.5.0"
libraryDependencies += "org.apache.spark" % "spark-core_2.11" % "1.5.1"

libraryDependencies += "org.apache.spark" % "spark-mllib_2.11" % "1.5.0"
libraryDependencies += "org.apache.spark" % "spark-mllib_2.11" % "1.5.1"

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

0 comments on commit 75dab6d

Please sign in to comment.