We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ddfda commit 5761d8bCopy full SHA for 5761d8b
project/Build.scala
@@ -43,7 +43,7 @@ object Build {
43
// This should be the latest published releases.
44
// TODO: Have the vscode extension fetch these numbers from the Internet
45
// instead of hardcoding them ?
46
- val publishedDottyVersion = "0.11.0-bin-20181017-3253921-NIGHTLY" // Using a nightly for now to get worksheet support
+ val publishedDottyVersion = "0.11.0-bin-20181023-54cc7f5-NIGHTLY" // Using a nightly for now to get worksheet support
47
val publishedSbtDottyVersion = "0.2.5"
48
49
0 commit comments