Skip to content

Commit 8d2eca0

Browse files
authored
Merge pull request #5607 from dotty-staging/vscode-dotty-0.1.12
vscode-dotty: Release 0.1.12
2 parents 4da13cb + dc5a3d4 commit 8d2eca0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ object Build {
10321032
settings(commonSettings).
10331033
settings(
10341034
EclipseKeys.skipProject := true,
1035-
version := "0.1.12-snapshot", // Keep in sync with package.json
1035+
version := "0.1.13-snapshot", // Keep in sync with package.json
10361036
autoScalaLibrary := false,
10371037
publishArtifact := false,
10381038
includeFilter in unmanagedSources := NothingFilter | "*.ts" | "**.json",

vscode-dotty/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-dotty/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dotty",
33
"displayName": "Dotty Language Server",
44
"description": "IDE integration for Dotty, the experimental Scala compiler",
5-
"version": "0.1.12-snapshot",
5+
"version": "0.1.13-snapshot",
66
"license": "BSD-3-Clause",
77
"publisher": "lampepfl",
88
"repository": {

0 commit comments

Comments
 (0)