Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ 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-RC1"
val publishedSbtDottyVersion = "0.2.6"
val publishedDottyVersion = "0.13.0-RC1"
val publishedSbtDottyVersion = "0.3.0"


val dottyOrganization = "ch.epfl.lamp"
Expand Down Expand Up @@ -849,7 +849,7 @@ object Build {
settings(commonSettings).
settings(
EclipseKeys.skipProject := true,
version := "0.1.13-snapshot", // Keep in sync with package.json
version := "0.1.14-snapshot", // Keep in sync with package.json
autoScalaLibrary := false,
publishArtifact := false,
includeFilter in unmanagedSources := NothingFilter | "*.ts" | "**.json",
Expand Down
20 changes: 10 additions & 10 deletions vscode-dotty/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions vscode-dotty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dotty",
"displayName": "Dotty Language Server",
"description": "IDE integration for Dotty, the experimental Scala compiler",
"version": "0.1.13-snapshot",
"version": "0.1.14-snapshot",
"license": "BSD-3-Clause",
"publisher": "lampepfl",
"repository": {
Expand Down Expand Up @@ -123,13 +123,13 @@
"vscode-jsonrpc": "4.0.0",
"vscode-languageclient": "^5.2.1",
"vscode-languageserver": "^5.2.1",
"ws": "^6.1.3"
"ws": "^6.1.4"
},
"devDependencies": {
"@types/archiver": "^2.1.2",
"@types/compare-versions": "^3.0.0",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.24",
"@types/mocha": "^5.2.6",
"@types/node": "^10.12.26",
"@types/request": "^2.48.1",
"@types/ws": "^6.0.1",
"typescript": "^3.2.4",
Expand Down