Skip to content

Commit

Permalink
Bump to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Apr 7, 2024
1 parent 8b111ab commit ec04b24
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 @@ -102,7 +102,7 @@ val commonSettings = Seq(
organization := "com.holdenkarau",
publishMavenStyle := true,
sparkVersion := System.getProperty("sparkVersion", "2.4.8"),
sparkTestingVersion := "1.4.7",
sparkTestingVersion := "1.5.0",
version := sparkVersion.value + "_" + sparkTestingVersion.value,
scalaVersion := {
"2.12.15"
Expand Down

0 comments on commit ec04b24

Please sign in to comment.