Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Nov 10, 2021
1 parent f4c6e29 commit 0ffd8e2
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.0",
sparkTestingVersion := "1.1.1",
version := sparkVersion.value + "_" + sparkTestingVersion.value,
scalaVersion := {
"2.12.12"
Expand Down

0 comments on commit 0ffd8e2

Please sign in to comment.