Skip to content

Commit 58f7832

Browse files
committed
vscode-dotty: bump to 0.1.10-snapshot
1 parent dc88d6b commit 58f7832

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
@@ -987,7 +987,7 @@ object Build {
987987
settings(commonSettings).
988988
settings(
989989
EclipseKeys.skipProject := true,
990-
version := "0.1.9", // Keep in sync with package.json
990+
version := "0.1.10-snapshot", // Keep in sync with package.json
991991
autoScalaLibrary := false,
992992
publishArtifact := false,
993993
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.9",
5+
"version": "0.1.10-snapshot",
66
"license": "BSD-3-Clause",
77
"publisher": "lampepfl",
88
"repository": {

0 commit comments

Comments
 (0)