mirror of https://github.com/sbt/sbt.git
Merge pull request #508 from eed3si9n/wip/scala_2.12
Update to Scala 2.12.19 + 2.13.14
This commit is contained in:
commit
1af0e0f2dc
|
|
@ -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"
|
||||
))
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ import com.jsuereth.sbtpgp._
|
|||
|
||||
object Settings {
|
||||
|
||||
def scala212 = "2.12.17"
|
||||
def scala213 = "2.13.10"
|
||||
def scala212 = "2.12.19"
|
||||
def scala213 = "2.13.14"
|
||||
|
||||
def targetSbtVersion = "1.2.8"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue