diff --git a/project/Build.scala b/project/Build.scala index 6980aca320bb..ab8177483d53 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -43,7 +43,7 @@ object Build { // This should be the latest published releases. // TODO: Have the vscode extension fetch these numbers from the Internet // instead of hardcoding them ? - val publishedDottyVersion = "0.11.0-bin-20181101-714ce80-NIGHTLY" // Using a nightly for now to get worksheet support + val publishedDottyVersion = "0.11.0-RC1" val publishedSbtDottyVersion = "0.2.6" @@ -992,7 +992,7 @@ object Build { settings(commonSettings). settings( EclipseKeys.skipProject := true, - version := "0.1.10-snapshot", // Keep in sync with package.json + version := "0.1.11-snapshot", // Keep in sync with package.json autoScalaLibrary := false, publishArtifact := false, includeFilter in unmanagedSources := NothingFilter | "*.ts" | "**.json", diff --git a/vscode-dotty/package-lock.json b/vscode-dotty/package-lock.json index 3150d8650ca8..c3d926374bce 100644 --- a/vscode-dotty/package-lock.json +++ b/vscode-dotty/package-lock.json @@ -1,6 +1,6 @@ { "name": "dotty", - "version": "0.1.10-snapshot", + "version": "0.1.11-snapshot", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/vscode-dotty/package.json b/vscode-dotty/package.json index 63e455a485f5..e523074553a4 100644 --- a/vscode-dotty/package.json +++ b/vscode-dotty/package.json @@ -2,7 +2,7 @@ "name": "dotty", "displayName": "Dotty Language Server", "description": "IDE integration for Dotty, the experimental Scala compiler", - "version": "0.1.10-snapshot", + "version": "0.1.11-snapshot", "license": "BSD-3-Clause", "publisher": "lampepfl", "repository": {