Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
Set new snapshot version
  • Loading branch information
dazfuller committed May 29, 2023
1 parent c2511ab commit 86b21c3
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 @@ -118,7 +118,7 @@ addArtifact(Compile / assembly / artifact, assembly)
// Define common settings for the library
val commonSettings = Seq(
sparkVersion := System.getProperty("sparkVersion", "3.4.0"),
sparkExcelVersion := "0.1.11",
sparkExcelVersion := "0.1.12-SNAPSHOT",
version := s"${sparkVersion.value}_${sparkExcelVersion.value}",
scalaVersion := {
if (sparkVersion.value < "3.2.0") {
Expand Down

0 comments on commit 86b21c3

Please sign in to comment.