Update to Scala 2.12.19

This commit is contained in:
Eugene Yokota 2024-07-08 23:55:59 -04:00
parent 99ab0a8af2
commit 6757b15acd
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ inThisBuild(List(
)
),
semanticdbEnabled := true,
semanticdbVersion := "4.6.0",
semanticdbVersion := "4.9.8",
scalafixDependencies += "net.hamnaberg" %% "dataclass-scalafix" % dataclassScalafixV,
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always"
))

View File

@ -9,7 +9,7 @@ import com.jsuereth.sbtpgp._
object Settings {
def scala212 = "2.12.17"
def scala212 = "2.12.19"
def scala213 = "2.13.10"
def targetSbtVersion = "1.2.8"