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:
Ólafur Páll Geirsson 2018-11-28 08:56:18 +01:00
parent 935afadeac
commit fefb83f8fd
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ object SemanticdbPlugin extends AutoPlugin {
semanticdbEnabled := false,
semanticdbIncludeInJar := false,
semanticdbOptions := List("-Yrangepos"),
semanticdbVersion := "4.0.0",
semanticdbVersion := "4.1.0",
semanticdbCompilerPlugin := {
val v = semanticdbVersion.value
("org.scalameta" % "semanticdb-scalac" % v).cross(CrossVersion.full)