Merge pull request #4468 from olafurpg/semanticdb

Update semanticdb-scalac to v4.1.0
This commit is contained in:
eugene yokota 2018-11-28 15:18:03 -05:00 committed by GitHub
commit b884dea2ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)