Skip to content

Commit

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

Expand Down

0 comments on commit 0ea7f3f

Please sign in to comment.