Skip to content

Commit d9dd9cb

Browse files
committed
update binder environment
1 parent b0bd091 commit d9dd9cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

binder/apt.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openjdk-17-jdk
1+
openjdk-21-jdk
22
maven
33
graphviz
44
libopenblas-dev

binder/postBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ curl -Lo coursier https://git.io/coursier-cli
1010
chmod +x coursier
1111

1212
# Install almond for Scala 2.13
13-
SCALA_VERSION=2.13.12 ALMOND_VERSION=0.14.0-RC14
13+
SCALA_VERSION=2.13.14 ALMOND_VERSION=0.14.0-RC15
1414
./coursier launch "almond:$ALMOND_VERSION" --scala $SCALA_VERSION -- \
1515
--install \
1616
--id scala213 \

0 commit comments

Comments
 (0)