From df9553fc56be9c2000e55bb5d7872bb4587cd4d4 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Tue, 30 May 2017 15:10:34 +0200 Subject: [PATCH] vscode-dotty: fix version number in build.sbt Forgot to keep it in sync with package.json --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 461238c95bc6..703dd81b4da9 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -901,7 +901,7 @@ object Build { settings( EclipseKeys.skipProject := true, - version := "0.0.1", // Keep in sync with package.json + version := "0.1.0", // Keep in sync with package.json autoScalaLibrary := false, publishArtifact := false,