Skip to content

Commit

Permalink
fix change scala versions script
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz committed Jul 16, 2024
1 parent aaabce4 commit ee8b964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/change-scala-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [[ ($# -ne 1) || ( $1 == "--help") || $1 == "-h" ]]; then
usage
fi

BASEDIR=$(dirname $0)/..
BASEDIR="$(dirname $0)/../.."
TO_VERSION=$1
FULL_VERSION=""

Expand Down

0 comments on commit ee8b964

Please sign in to comment.