Skip to content

Commit

Permalink
Use latest Scala and Spark
Browse files Browse the repository at this point in the history
  • Loading branch information
kanterov committed Feb 23, 2016
1 parent 7a98455 commit 679ad68
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ val org = "github.com/adelbertc/frameless"
val license = ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0"))

val sparkDataset = "1.6.0"
val sparkDataFrame = "1.5.2"
val sparkTesting = "0.3.1"
val scalatest = "2.2.5"
val shapeless = "2.2.5"
val scalacheck = "1.12.5"
val scalaVersions = Seq("2.10.6", "2.11.7")
val scalaVersions = Seq("2.11.7")

lazy val root = Project("frameless", file("." + "frameless")).in(file("."))
.aggregate(common, dataset, dataframe)
Expand All @@ -18,7 +17,7 @@ lazy val root = Project("frameless", file("." + "frameless")).in(file("."))
lazy val common = project
.settings(framelessSettings: _*)
.settings(libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-sql" % sparkDataFrame,
"org.apache.spark" %% "spark-sql" % sparkDataset,
"com.holdenkarau" %% "spark-testing-base" % (sparkDataFrame + "_" + sparkTesting) % "test"))

lazy val dataset = project
Expand Down

0 comments on commit 679ad68

Please sign in to comment.