=sbt Update to scala 3.1.2 (#31351)

This commit is contained in:
kerr 2022-04-20 15:00:03 +08:00 committed by GitHub
parent dc480ac9da
commit 6210c887a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ object Dependencies {
val scala213Version = "2.13.8"
// To get the fix for https://github.com/lampepfl/dotty/issues/13106
// and restored static forwarders
val scala3Version = "3.1.1"
val scala3Version = "3.1.2"
val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)
val reactiveStreamsVersion = "1.0.3"