Merge pull request #508 from eed3si9n/wip/scala_2.12

Update to Scala 2.12.19 + 2.13.14
This commit is contained in:
eugene yokota 2024-07-09 00:21:58 -04:00 committed by GitHub
commit 1af0e0f2dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

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

View File

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