mirror of https://github.com/sbt/sbt.git
Update semanticdb-scalac to v4.1.0
This release supports more Scala versions, works on Java 11 and is ~8mb smaller than v4.0.0.
This commit is contained in:
parent
935afadeac
commit
fefb83f8fd
|
|
@ -21,7 +21,7 @@ object SemanticdbPlugin extends AutoPlugin {
|
||||||
semanticdbEnabled := false,
|
semanticdbEnabled := false,
|
||||||
semanticdbIncludeInJar := false,
|
semanticdbIncludeInJar := false,
|
||||||
semanticdbOptions := List("-Yrangepos"),
|
semanticdbOptions := List("-Yrangepos"),
|
||||||
semanticdbVersion := "4.0.0",
|
semanticdbVersion := "4.1.0",
|
||||||
semanticdbCompilerPlugin := {
|
semanticdbCompilerPlugin := {
|
||||||
val v = semanticdbVersion.value
|
val v = semanticdbVersion.value
|
||||||
("org.scalameta" % "semanticdb-scalac" % v).cross(CrossVersion.full)
|
("org.scalameta" % "semanticdb-scalac" % v).cross(CrossVersion.full)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue