From bf0ef69d70619a35f9461e20e7bc02ac7323d345 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Mon, 25 Oct 2021 16:21:27 +0900 Subject: [PATCH] use Scala `3.1.1-RC1` instead of `NIGHTLY` version (#30817) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 62d66d8bf3..24722fb8d7 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -31,7 +31,7 @@ object Dependencies { val scala213Version = "2.13.6" // To get the fix for https://github.com/lampepfl/dotty/issues/13106 // and restored static forwarders - val scala3Version = "3.1.1-RC1-bin-20211007-c041327-NIGHTLY" + val scala3Version = "3.1.1-RC1" val reactiveStreamsVersion = "1.0.3"