From 4a1cc0c14c1a4e2abf088d04e5b5da86dfe6235a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 7 Jan 2022 10:39:31 +0100 Subject: [PATCH] Update scala3-library to 3.1.1-RC2 (#31044) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 6dea00d33a..19bf034fbe 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -31,7 +31,7 @@ object Dependencies { val scala213Version = "2.13.7" // To get the fix for https://github.com/lampepfl/dotty/issues/13106 // and restored static forwarders - val scala3Version = "3.1.1-RC1" + val scala3Version = "3.1.1-RC2" val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version) val reactiveStreamsVersion = "1.0.3"