Skip to content

Commit 402ba88

Browse files
committed
vscode-dotty: default to a nightly with #5362
1 parent 4100f88 commit 402ba88

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-20181031-5a465af-NIGHTLY" // Using a nightly for now to get worksheet support
46+
val publishedDottyVersion = "0.11.0-bin-20181101-714ce80-NIGHTLY" // Using a nightly for now to get worksheet support
4747
val publishedSbtDottyVersion = "0.2.6"
4848

4949

0 commit comments

Comments
 (0)