Skip to content

Commit

Permalink
add scala 2.13.14 into shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tribbloid committed May 9, 2024
1 parent 9608e14 commit eb74e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/publish-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CRDIR="$(
pwd
)"

for i in $(seq 7 13); do
for i in $(seq 7 14); do
echo " [PUBLISHING] -PscalaVersion=2.13.$i"
$CRDIR/publish.sh -PscalaVersion=2.13.$i
done
2 changes: 1 addition & 1 deletion dev/publishM2-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CRDIR="$(
pwd
)"

for i in $(seq 7 13); do
for i in $(seq 7 14); do
echo " [PUBLISHING] -PscalaVersion=2.13.$i"
$CRDIR/publishM2.sh -PscalaVersion=2.13.$i
done

0 comments on commit eb74e6c

Please sign in to comment.