Skip to content

Commit

Permalink
Update makeall.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmendez committed Jul 19, 2024
1 parent 6ed03c0 commit 585fbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makeall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

sbt scalaVersion sbtVersion version clean compile test package assembly

scalaVersion="3.4.0"
scalaVersion="3.4.2"
binaryFile="soda"
executableStub="exec java -jar \$0 \"\$@\" ; exit"
jarFile="target/scala-${scalaVersion}/${binaryFile}-*.jar"
Expand Down

0 comments on commit 585fbfe

Please sign in to comment.