Skip to content

Commit

Permalink
publish(M2)-all.sh also upgraded to use scala 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tribbloid committed Feb 24, 2024
1 parent 8e3812c commit 79c28c7
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 12); do
for i in $(seq 7 13); 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 12); do
for i in $(seq 7 13); do
echo " [PUBLISHING] -PscalaVersion=2.13.$i"
$CRDIR/publishM2.sh -PscalaVersion=2.13.$i
done

0 comments on commit 79c28c7

Please sign in to comment.