Skip to content

Commit

Permalink
set version to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dazfuller committed Jul 2, 2022
1 parent 760fdc9 commit 12b4459
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 @@ -108,7 +108,7 @@ addArtifact(Compile / assembly / artifact, assembly)
// Define common settings for the library
val commonSettings = Seq(
sparkVersion := System.getProperty("sparkVersion", "3.2.1"),
sparkExcelVersion := "0.1.9-SNAPSHOT",
sparkExcelVersion := "0.1.9",
version := s"${sparkVersion.value}_${sparkExcelVersion.value}",
scalaVersion := {
if (sparkVersion.value < "3.2.0") {
Expand Down

0 comments on commit 12b4459

Please sign in to comment.