Skip to content

Commit

Permalink
update build.sbt to new version (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazfuller authored Aug 20, 2022
1 parent e94d141 commit 0e0c0a0
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 @@ -116,7 +116,7 @@ addArtifact(Compile / assembly / artifact, assembly)
// Define common settings for the library
val commonSettings = Seq(
sparkVersion := System.getProperty("sparkVersion", "3.3.0"),
sparkExcelVersion := "0.1.10-SNAPSHOT",
sparkExcelVersion := "0.1.10",
version := s"${sparkVersion.value}_${sparkExcelVersion.value}",
scalaVersion := {
if (sparkVersion.value < "3.2.0") {
Expand Down

0 comments on commit 0e0c0a0

Please sign in to comment.