Merge pull request #514 from scala-steward/update/scala-library-2.12.20

Update scala-library to 2.12.20
This commit is contained in:
Tomasz Godzik 2024-09-06 16:35:44 +02:00 committed by GitHub
commit 0be1a9fb9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"