Update scala-library to 2.13.5 (#323)

This commit is contained in:
Scala Steward 2021-03-08 15:11:40 +01:00 committed by GitHub
parent c7e14dab62
commit 024c18e5d6
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.12"
def scala213 = "2.13.3"
def scala213 = "2.13.5"
def targetSbtVersion = "1.2.8"