Skip to content

Commit

Permalink
empty
Browse files Browse the repository at this point in the history
  • Loading branch information
rjolly committed Oct 13, 2020
1 parent 1ebbf9e commit 051b99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ function classpath() {
return java.lang.System.getProperty("java.class.path");
}

// requires ch.epfl.lamp#dotty-compiler_0.25;0.25.0-RC2
// requires ch.epfl.lamp#dotty-compiler_0.27;0.27.0-RC1

function dotc(srcDir, destDir, options) {
if (srcDir == undefined) {
Expand Down

0 comments on commit 051b99e

Please sign in to comment.