Update scala3-library to 3.1.1-RC2 (#31044)

This commit is contained in:
Scala Steward 2022-01-07 10:39:31 +01:00 committed by GitHub
parent 3f98276195
commit 4a1cc0c14c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"