Skip to content

Commit

Permalink
Merge pull request #4347 from dotty-staging/fix/vsls
Browse files Browse the repository at this point in the history
vscode-dotty: Avoid conflict with Visual Studio Live Share; Upgrade dependencies
  • Loading branch information
Duhemm authored Apr 20, 2018
2 parents 78ab82d + eeb967e commit 3821b16
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 188 deletions.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ object Build {
settings(commonSettings).
settings(
EclipseKeys.skipProject := true,
version := "0.1.3", // Keep in sync with package.json
version := "0.1.4", // Keep in sync with package.json
autoScalaLibrary := false,
publishArtifact := false,
includeFilter in unmanagedSources := NothingFilter | "*.ts" | "**.json",
Expand Down
Loading

0 comments on commit 3821b16

Please sign in to comment.