Skip to content

Commit

Permalink
(hotfix) revert spark-testing ver bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasios Zouzias committed Feb 28, 2024
1 parent fff28eb commit 80c3821
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 @@ -126,7 +126,7 @@ libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-core" % sparkVersion % "provided",
"org.apache.spark" %% "spark-sql" % sparkVersion % "provided",
"org.apache.spark" %% "spark-mllib" % sparkVersion % "provided",
"com.holdenkarau" %% "spark-testing-base" % s"3.5.1_1.4.7" % "test" intransitive(),
"com.holdenkarau" %% "spark-testing-base" % s"3.5.0_1.4.7" % "test" intransitive(),
"org.scala-lang" % "scala-library" % scalaVersion.value % "compile"
)

Expand Down

0 comments on commit 80c3821

Please sign in to comment.