Skip to content

Commit 774c22c

Browse files
committed
move to Scala with new collections
1 parent 303c8c9 commit 774c22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function latestNightly() {
2121
}
2222

2323
# Defaults
24-
scala_version_default="2.13.0-pre-4a5ecd4" # latest as of Apr 10 2018
24+
scala_version_default="2.13.0-pre-6af364b" # latest as of Apr 12 2018. new collections!
2525
scala_version="$scala_version_default"
2626
root_dir=$(pwd)
2727
config_dir="configs"

0 commit comments

Comments
 (0)