use Scala 3.1.1-RC1 instead of NIGHTLY version (#30817)

This commit is contained in:
kenji yoshida 2021-10-25 16:21:27 +09:00 committed by GitHub
parent a581e86deb
commit bf0ef69d70
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.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"