We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bd091 commit d9dd9cbCopy full SHA for d9dd9cb
binder/apt.txt
@@ -1,4 +1,4 @@
1
-openjdk-17-jdk
+openjdk-21-jdk
2
maven
3
graphviz
4
libopenblas-dev
binder/postBuild
@@ -10,7 +10,7 @@ curl -Lo coursier https://git.io/coursier-cli
10
chmod +x coursier
11
12
# Install almond for Scala 2.13
13
-SCALA_VERSION=2.13.12 ALMOND_VERSION=0.14.0-RC14
+SCALA_VERSION=2.13.14 ALMOND_VERSION=0.14.0-RC15
14
./coursier launch "almond:$ALMOND_VERSION" --scala $SCALA_VERSION -- \
15
--install \
16
--id scala213 \
0 commit comments