From babd7ee7b5a2b83f41a28e3018bc52b486b81bca Mon Sep 17 00:00:00 2001 From: Anatolii Kmetiuk Date: Wed, 2 Jun 2021 16:54:39 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20compiler=20version=20to=20the=20next=20o?= =?UTF-8?q?ne=20=E2=80=93=203.0.2-RC1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index ef993525d078..da1e8eb4c04c 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -65,7 +65,7 @@ object DottyJSPlugin extends AutoPlugin { object Build { val referenceVersion = "3.0.0" - val baseVersion = "3.0.1-RC1" + val baseVersion = "3.0.2-RC1" // Versions used by the vscode extension to create a new project // This should be the latest published releases.