Skip to content

Commit 06340d4

Browse files
Anastasios Zouziaszouzias
authored andcommitted
[sbt] update spark-test
1 parent a11a877 commit 06340d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ libraryDependencies ++= Seq(
135135
libraryDependencies ++= Seq(
136136
"org.apache.spark" %% "spark-core" % testSparkVersion.value % "test" force(),
137137
"org.apache.spark" %% "spark-sql" % testSparkVersion.value % "test" force(),
138-
"com.holdenkarau" %% "spark-testing-base" % s"2.3.1_0.10.0" % "test" intransitive(),
138+
"com.holdenkarau" %% "spark-testing-base" % s"2.4.0_0.11.0" % "test" intransitive(),
139139
"org.scala-lang" % "scala-library" % scalaVersion.value % "compile"
140140
)
141141

0 commit comments

Comments
 (0)