From f795432a67a49f8aee478cf30600a4d526417437 Mon Sep 17 00:00:00 2001 From: Anatolii Date: Fri, 30 Aug 2019 13:51:22 +0200 Subject: [PATCH] Release Dotty 0.18.1-RC1 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index e881ba9361e6..cb00e65c7978 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -60,7 +60,7 @@ object MyScalaJSPlugin extends AutoPlugin { object Build { val referenceVersion = "0.18.1-bin-20190825-6960f8d-NIGHTLY" - val baseVersion = "0.18.1" + val baseVersion = "0.18.1-RC1" val baseSbtDottyVersion = "0.3.5" // Versions used by the vscode extension to create a new project