Bump Scala 3 to RC1 (#30117)

This commit is contained in:
Andrea Peruffo 2021-03-16 16:33:56 +00:00 committed by GitHub
parent f3456b382e
commit 73b97871b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ object Dependencies {
val scala212Version = "2.12.13"
val scala213Version = "2.13.3"
val scala3Version = "3.0.0-M3"
val scala3Version = "3.0.0-RC1"
val reactiveStreamsVersion = "1.0.3"
@ -38,7 +38,7 @@ object Dependencies {
val scalaTestVersion = {
if (getScalaVersion().startsWith("3.0")) {
"3.2.3"
"3.2.6"
} else {
"3.1.4"
}