Skip to content

Commit

Permalink
Remove sbt deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Aug 19, 2023
1 parent 5d8eb8f commit d7cf968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ then
elif [[ $BRANCH != "master" ]]
then
echo "Branch build for $BRANCH - Artifact: '$ARTIFACT'"
echo "version in ThisBuild := \"$BRANCH-SNAPSHOT\"" > version.sbt
echo "ThisBuild / version := \"$BRANCH-SNAPSHOT\"" > version.sbt
if [[ $ARTIFACT == "base" ]]; then $SBT_VER -Dmodules=base publish; fi
if [[ $ARTIFACT == "db" ]]; then $SBT_VER -Dmodules=db publish; fi
if [[ $ARTIFACT == "js" ]]; then $SBT_VER -Dmodules=js publish; fi
Expand Down

0 comments on commit d7cf968

Please sign in to comment.