Skip to content

Commit 34ef294

Browse files
committed
vscode-dotty: upgrade the default version of dotty
1 parent 94d70d4 commit 34ef294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ object Build {
4343
// This should be the latest published releases.
4444
// TODO: Have the vscode extension fetch these numbers from the Internet
4545
// instead of hardcoding them ?
46-
val publishedDottyVersion = "0.11.0-bin-20181017-3253921-NIGHTLY" // Using a nightly for now to get worksheet support
46+
val publishedDottyVersion = "0.11.0-bin-20181029-0fcbfdb-NIGHTLY" // Using a nightly for now to get worksheet support
4747
val publishedSbtDottyVersion = "0.2.5"
4848

4949

0 commit comments

Comments
 (0)