mirror of https://github.com/sbt/sbt.git
Update to Scala 2.12.19
This commit is contained in:
parent
99ab0a8af2
commit
6757b15acd
|
|
@ -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,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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue