Update scala-library to 2.13.7 (#362)

This commit is contained in:
Scala Steward 2021-11-05 15:47:21 +01:00 committed by GitHub
parent 15c1480d22
commit a8e2d5674e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import com.jsuereth.sbtpgp._
object Settings {
def scala212 = "2.12.13"
def scala213 = "2.13.5"
def scala213 = "2.13.7"
def targetSbtVersion = "1.2.8"