Update scala-library to 2.13.10 (#418)

* Update scala-library to 2.13.10

* Bump semanticdb version too

Co-authored-by: Alexandre Archambault <alexandre.archambault@gmail.com>
This commit is contained in:
Scala Steward 2022-10-18 17:08:15 +02:00 committed by GitHub
parent 76a320c98e
commit bf9ff1c520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ inThisBuild(List(
)
),
semanticdbEnabled := true,
semanticdbVersion := "4.5.9",
semanticdbVersion := "4.6.0",
scalafixDependencies += "net.hamnaberg" %% "dataclass-scalafix" % dataclassScalafixV
))

View File

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