Skip to content

Commit 3821b16

Browse files
authored
Merge pull request #4347 from dotty-staging/fix/vsls
vscode-dotty: Avoid conflict with Visual Studio Live Share; Upgrade dependencies
2 parents 78ab82d + eeb967e commit 3821b16

File tree

4 files changed

+198
-188
lines changed

4 files changed

+198
-188
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ object Build {
900900
settings(commonSettings).
901901
settings(
902902
EclipseKeys.skipProject := true,
903-
version := "0.1.3", // Keep in sync with package.json
903+
version := "0.1.4", // Keep in sync with package.json
904904
autoScalaLibrary := false,
905905
publishArtifact := false,
906906
includeFilter in unmanagedSources := NothingFilter | "*.ts" | "**.json",

0 commit comments

Comments
 (0)