Skip to content

Commit

Permalink
[sbt] update spark-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasios Zouzias committed Jan 7, 2019
1 parent 529c7ab commit e5d3113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ libraryDependencies ++= Seq(
libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-core" % testSparkVersion.value % "test" force(),
"org.apache.spark" %% "spark-sql" % testSparkVersion.value % "test" force(),
"com.holdenkarau" %% "spark-testing-base" % s"2.3.1_0.10.0" % "test" intransitive(),
"com.holdenkarau" %% "spark-testing-base" % s"2.4.0_0.11.0" % "test" intransitive(),
"org.scala-lang" % "scala-library" % scalaVersion.value % "compile"
)

Expand Down

0 comments on commit e5d3113

Please sign in to comment.