Update scala-library to 2.13.8 (#376)

This commit is contained in:
Scala Steward 2022-01-31 21:49:32 +01:00 committed by GitHub
parent e43c88a50e
commit 372aca9334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import com.jsuereth.sbtpgp._
object Settings {
def scala212 = "2.12.15"
def scala213 = "2.13.7"
def scala213 = "2.13.8"
def targetSbtVersion = "1.2.8"