Skip to content

Commit 997054f

Browse files
committed
vscode-dotty: Upgrade the default Dotty version for a new project
1 parent 7e24f3f commit 997054f

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

4949

0 commit comments

Comments
 (0)