=sbt Upgrade to Scala 2.12.18 and 2.13.11.

This commit is contained in:
He-Pin 2023-05-27 14:31:35 +08:00 committed by kerr
parent 9aa4e1d904
commit 008bdd5190
4 changed files with 8 additions and 9 deletions

View file

@ -37,8 +37,8 @@ object Dependencies {
val jacksonCoreVersion = "2.14.3"
val jacksonDatabindVersion = jacksonCoreVersion
val scala212Version = "2.12.17"
val scala213Version = "2.13.10"
val scala212Version = "2.12.18"
val scala213Version = "2.13.11"
// To get the fix for https://github.com/lampepfl/dotty/issues/13106
// and restored static forwarders
val scala3Version = "3.3.0"