=sbt Upgrade to Scala 2.12.18 and 2.13.11.
This commit is contained in:
parent
9aa4e1d904
commit
008bdd5190
4 changed files with 8 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue