From af490e55c43752dfc8d1add045b670c689bb3c3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marks?= Date: Thu, 10 Aug 2023 16:58:54 +0200 Subject: [PATCH] Set reference version to 3.3.1-RC5 [Cherry-picked 7dbc3522244656f9080e57e622cd9ca067f911a5] --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 804ca2a6de61..e403de891f7c 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -81,7 +81,7 @@ object DottyJSPlugin extends AutoPlugin { object Build { import ScaladocConfigs._ - val referenceVersion = "3.3.1-RC4" + val referenceVersion = "3.3.1-RC5" val baseVersion = "3.3.2-RC1"