mirror of https://github.com/sbt/sbt.git
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:
parent
76a320c98e
commit
bf9ff1c520
|
|
@ -16,7 +16,7 @@ inThisBuild(List(
|
|||
)
|
||||
),
|
||||
semanticdbEnabled := true,
|
||||
semanticdbVersion := "4.5.9",
|
||||
semanticdbVersion := "4.6.0",
|
||||
scalafixDependencies += "net.hamnaberg" %% "dataclass-scalafix" % dataclassScalafixV
|
||||
))
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue