diff options
author | Rubén Rincón Blanco <ruben@rinconblanco.es> | 2021-06-30 00:02:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 00:02:01 +0200 |
commit | fe06833d251b3ff61dddedb3baf18fe77ce4ddd2 (patch) | |
tree | c6b10f5679d144a4315fdd12799e9bd646a8afe4 | |
parent | 2d548703b72bbd4d365b19098ee5f232b7a841bd (diff) | |
download | compiler-explorer-fe06833d251b3ff61dddedb3baf18fe77ce4ddd2.tar.gz compiler-explorer-fe06833d251b3ff61dddedb3baf18fe77ce4ddd2.zip |
Update scala.amazon.properties
-rw-r--r-- | etc/config/scala.amazon.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/config/scala.amazon.properties b/etc/config/scala.amazon.properties index 6e7e8ae15..afdb0efbb 100644 --- a/etc/config/scala.amazon.properties +++ b/etc/config/scala.amazon.properties @@ -3,6 +3,7 @@ compilerType=scala versionFlag=-version objdumper=/opt/compiler-explorer/jdk-16.0.1/bin/javap instructionSet=java +# Scala 3.0 was recently released, so it's a bit early to make it the default defaultCompiler=scalac2136 demangler= postProcess= |