Skip to content

Commit

Permalink
Update spark-testing-base to 3.4.0_1.4.3 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 4, 2023
1 parent 5cab2b5 commit 85cf421
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 @@ -128,7 +128,7 @@ lazy val sparkTestingBaseVersion: String =
case Spark24 => "2.4.8_1.3.0"
case Spark31 => "3.1.2_1.3.0"
case Spark32 => "3.2.2_1.3.0"
case Spark33 => "3.3.2_1.4.3"
case Spark33 => "3.4.0_1.4.3"
case s => throw new Exception(s"sparkTestingBaseVersion: Unknown mapping for spark version $s")
}

Expand Down

0 comments on commit 85cf421

Please sign in to comment.