Skip to content

Commit ae2b5c3

Browse files
authored
Merge pull request #5196 from dotty-staging/vscode-dotty-0.1.6
Release vscode-dotty 0.1.6 for dotty 0.10.0-RC1
2 parents 8d0a480 + d63fcda commit ae2b5c3

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ object Build {
971971
settings(commonSettings).
972972
settings(
973973
EclipseKeys.skipProject := true,
974-
version := "0.1.5", // Keep in sync with package.json
974+
version := "0.1.7-snapshot", // Keep in sync with package.json
975975
autoScalaLibrary := false,
976976
publishArtifact := false,
977977
includeFilter in unmanagedSources := NothingFilter | "*.ts" | "**.json",

vscode-dotty/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-dotty/package.json

Lines changed: 3 additions & 3 deletions
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.5",
5+
"version": "0.1.7-snapshot",
66
"license": "BSD-3-Clause",
77
"publisher": "lampepfl",
88
"repository": {
@@ -11,7 +11,7 @@
1111
},
1212
"icon": "images/dotty-logo.png",
1313
"engines": {
14-
"vscode": "^1.26.0"
14+
"vscode": "^1.27.0"
1515
},
1616
"categories": [
1717
"Languages"
@@ -65,7 +65,7 @@
6565
"devDependencies": {
6666
"@types/compare-versions": "^3.0.0",
6767
"@types/mocha": "^5.2.5",
68-
"@types/node": "^8.10.28",
68+
"@types/node": "^8.10.32",
6969
"typescript": "^2.9.2",
7070
"vscode": "^1.1.21"
7171
}

0 commit comments

Comments
 (0)