Skip to content

Commit f89bd19

Browse files
authored
Merge pull request #7225 from dotty-staging/vscode-indent
vscode-dotty: Auto-indentation support for brace-less syntax, release 0.1.15
2 parents 99bbbf0 + f4eb0a8 commit f89bd19

File tree

4 files changed

+300
-1285
lines changed

4 files changed

+300
-1285
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ object Build {
10551055
lazy val `vscode-dotty` = project.in(file("vscode-dotty")).
10561056
settings(commonSettings).
10571057
settings(
1058-
version := "0.1.15-snapshot", // Keep in sync with package.json
1058+
version := "0.1.16-snapshot", // Keep in sync with package.json
10591059
autoScalaLibrary := false,
10601060
publishArtifact := false,
10611061
includeFilter in unmanagedSources := NothingFilter | "*.ts" | "**.json",

0 commit comments

Comments
 (0)