Skip to content

Commit bf6be49

Browse files
committed
vscode-dotty: Bump to 0.1.11-snapshot
1 parent 5e4fb62 commit bf6be49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ object Build {
992992
settings(commonSettings).
993993
settings(
994994
EclipseKeys.skipProject := true,
995-
version := "0.1.10", // Keep in sync with package.json
995+
version := "0.1.11-snapshot", // Keep in sync with package.json
996996
autoScalaLibrary := false,
997997
publishArtifact := false,
998998
includeFilter in unmanagedSources := NothingFilter | "*.ts" | "**.json",

vscode-dotty/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-dotty/package.json

+1-1
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.10",
5+
"version": "0.1.11-snapshot",
66
"license": "BSD-3-Clause",
77
"publisher": "lampepfl",
88
"repository": {

0 commit comments

Comments
 (0)