Skip to content

Commit

Permalink
almond 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
haifengl committed Feb 1, 2025
1 parent 80d82d4 commit ea5d008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/src/universal/bin/jupyterlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ install_almond() {
chmod +x coursier
fi

SCALA_VERSION=2.13.12 ALMOND_VERSION=0.14.0-RC14
SCALA_VERSION=3.4.2 ALMOND_VERSION=0.14.0
./coursier launch "almond:$ALMOND_VERSION" --scala $SCALA_VERSION -- \
--install \
--id scala213 \
--display-name "Scala (2.13)" \
--display-name "Scala (3.4)" \
--env "JAVA_OPTS=-XX:MaxRAMPercentage=80.0" \
--variable-inspector \
</dev/null 2>&1 | grep -v '^Download'
Expand Down

0 comments on commit ea5d008

Please sign in to comment.