Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Jun 29, 2022
1 parent f94055e commit e4b753a
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 @@ -70,7 +70,7 @@ val commonSettings = Seq(
organization := "com.holdenkarau",
publishMavenStyle := true,
sparkVersion := System.getProperty("sparkVersion", "2.4.0"),
sparkTestingVersion := "1.1.1",
sparkTestingVersion := "1.1.2",
version := sparkVersion.value + "_" + sparkTestingVersion.value,
scalaVersion := {
"2.12.12"
Expand Down

0 comments on commit e4b753a

Please sign in to comment.