Update scala-library to 2.12.20

This commit is contained in:
Scala Steward 2024-09-06 13:48:26 +00:00
parent 1d9fabb3f5
commit fec763a22c
No known key found for this signature in database
GPG Key ID: 7FE176635A140508
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import com.jsuereth.sbtpgp._
object Settings {
def scala212 = "2.12.19"
def scala212 = "2.12.20"
def scala213 = "2.13.14"
def targetSbtVersion = "1.2.8"