Skip to content

Commit 96691e4

Browse files
committed
vscode-dotty: Upgrade dependencies, release 0.1.13
1 parent c467d3e commit 96691e4

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

project/Build.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ object Build {
3838
// This should be the latest published releases.
3939
// TODO: Have the vscode extension fetch these numbers from the Internet
4040
// instead of hardcoding them ?
41-
val publishedDottyVersion = "0.11.0-RC1"
42-
val publishedSbtDottyVersion = "0.2.6"
41+
val publishedDottyVersion = "0.13.0-RC1"
42+
val publishedSbtDottyVersion = "0.3.0"
4343

4444

4545
val dottyOrganization = "ch.epfl.lamp"
@@ -849,7 +849,7 @@ object Build {
849849
settings(commonSettings).
850850
settings(
851851
EclipseKeys.skipProject := true,
852-
version := "0.1.13-snapshot", // Keep in sync with package.json
852+
version := "0.1.13", // Keep in sync with package.json
853853
autoScalaLibrary := false,
854854
publishArtifact := false,
855855
includeFilter in unmanagedSources := NothingFilter | "*.ts" | "**.json",

vscode-dotty/package-lock.json

Lines changed: 10 additions & 10 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: 4 additions & 4 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.13-snapshot",
5+
"version": "0.1.13",
66
"license": "BSD-3-Clause",
77
"publisher": "lampepfl",
88
"repository": {
@@ -123,13 +123,13 @@
123123
"vscode-jsonrpc": "4.0.0",
124124
"vscode-languageclient": "^5.2.1",
125125
"vscode-languageserver": "^5.2.1",
126-
"ws": "^6.1.3"
126+
"ws": "^6.1.4"
127127
},
128128
"devDependencies": {
129129
"@types/archiver": "^2.1.2",
130130
"@types/compare-versions": "^3.0.0",
131-
"@types/mocha": "^5.2.5",
132-
"@types/node": "^10.12.24",
131+
"@types/mocha": "^5.2.6",
132+
"@types/node": "^10.12.26",
133133
"@types/request": "^2.48.1",
134134
"@types/ws": "^6.0.1",
135135
"typescript": "^3.2.4",

0 commit comments

Comments
 (0)