Skip to content

Commit eeb967e

Browse files
committed
vscode-dotty: Upgrade dependencies, release 0.1.4
1 parent 852ca63 commit eeb967e

File tree

3 files changed

+194
-187
lines changed

3 files changed

+194
-187
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)