Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Apr 22, 2023
1 parent fad47dd commit 53b6797
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 @@ -87,7 +87,7 @@ val commonSettings = Seq(
organization := "com.holdenkarau",
publishMavenStyle := true,
sparkVersion := System.getProperty("sparkVersion", "2.4.8"),
sparkTestingVersion := "1.4.2",
sparkTestingVersion := "1.4.3",
version := sparkVersion.value + "_" + sparkTestingVersion.value,
scalaVersion := {
"2.12.15"
Expand Down

0 comments on commit 53b6797

Please sign in to comment.