Skip to content

Commit

Permalink
Update scala version in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz committed Jan 21, 2025
1 parent ab96415 commit 23052eb
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 @@ -20,7 +20,7 @@
set -e

VALID_VERSIONS=("2.12" "2.13")
FULL_VERSIONS=("2.12.18" "2.13.12")
FULL_VERSIONS=("2.12.19" "2.13.12")

usage() {
echo "Usage: $(basename $0) [-h|--help] <version>
Expand Down

0 comments on commit 23052eb

Please sign in to comment.