Skip to content

Commit 18847b3

Browse files
committed
Upgrade vscode-dotty dependencies
Bump version to 0.1.3. Now requires vscode >= 1.15.0.
1 parent 3a5e2b4 commit 18847b3

File tree

3 files changed

+398
-371
lines changed

3 files changed

+398
-371
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ object Build {
902902
settings(commonSettings).
903903
settings(
904904
EclipseKeys.skipProject := true,
905-
version := "0.1.2", // Keep in sync with package.json
905+
version := "0.1.3", // Keep in sync with package.json
906906

907907
autoScalaLibrary := false,
908908
publishArtifact := false,

0 commit comments

Comments
 (0)