Skip to content

Commit

Permalink
Update spark-testing-base to 3.2.0_1.4.4 (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 4, 2023
1 parent 190d0fb commit 1e5b48d
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.2.0_1.1.2" % "test" intransitive(),
"com.holdenkarau" %% "spark-testing-base" % s"3.2.0_1.4.4" % "test" intransitive(),
"org.scala-lang" % "scala-library" % scalaVersion.value % "compile"
)

Expand Down

0 comments on commit 1e5b48d

Please sign in to comment.