Bump Scala 3 to RC1 (#30117)
This commit is contained in:
parent
f3456b382e
commit
73b97871b6
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue