Skip to content

Commit

Permalink
Update spark-testing-base to 3.5.0_1.5.3 (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 7, 2024
1 parent 37ceb1e commit 3f16720
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.0_1.4.7" % "test" intransitive(),
"com.holdenkarau" %% "spark-testing-base" % s"3.5.0_1.5.3" % "test" intransitive(),
"org.scala-lang" % "scala-library" % scalaVersion.value % "compile"
)

Expand Down

0 comments on commit 3f16720

Please sign in to comment.