Skip to content

Commit

Permalink
Add one time script for sdkman
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan committed Feb 29, 2024
1 parent 6e8b355 commit df000f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/publish-sdkman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
set -u

# latest stable dotty version
DOTTY_VERSION=$(curl -s https://api.github.com/repos/lampepfl/dotty/releases/latest | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
DOTTY_VERSION="3.3.3"
DOTTY_URL="https://github.com/lampepfl/dotty/releases/download/$DOTTY_VERSION/scala3-$DOTTY_VERSION.zip"

# checking if dotty version is available
Expand Down

0 comments on commit df000f2

Please sign in to comment.