Skip to content

Commit 57f0b8f

Browse files
authored
Merge pull request #5566 from dotty-staging/release/vscode-dotty-0.1.10
vscode-dotty: Release 0.1.10
2 parents 7e24f3f + bf6be49 commit 57f0b8f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

project/Build.scala

+2-2
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

@@ -992,7 +992,7 @@ object Build {
992992
settings(commonSettings).
993993
settings(
994994
EclipseKeys.skipProject := true,
995-
version := "0.1.10-snapshot", // Keep in sync with package.json
995+
version := "0.1.11-snapshot", // Keep in sync with package.json
996996
autoScalaLibrary := false,
997997
publishArtifact := false,
998998
includeFilter in unmanagedSources := NothingFilter | "*.ts" | "**.json",

vscode-dotty/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-dotty/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dotty",
33
"displayName": "Dotty Language Server",
44
"description": "IDE integration for Dotty, the experimental Scala compiler",
5-
"version": "0.1.10-snapshot",
5+
"version": "0.1.11-snapshot",
66
"license": "BSD-3-Clause",
77
"publisher": "lampepfl",
88
"repository": {

0 commit comments

Comments
 (0)