Merge pull request #5481 from anilkumarmyla/update/semanticdb-4.3.7

Update semanticdb to work with scala 2.12.11
This commit is contained in:
eugene yokota 2020-03-22 17:14:26 -04:00 committed by GitHub
commit 7770479b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -21,7 +21,7 @@ object SemanticdbPlugin extends AutoPlugin {
semanticdbEnabled := false,
semanticdbIncludeInJar := false,
semanticdbOptions := List("-Yrangepos"),
semanticdbVersion := "4.2.3"
semanticdbVersion := "4.3.7"
)
override lazy val projectSettings: Seq[Def.Setting[_]] = Seq(

View File

@ -1,5 +1,4 @@
// TODO: bump to 2.12.11 once scalameta is available
ThisBuild / scalaVersion := "2.12.8"
ThisBuild / scalaVersion := "2.12.11"
ThisBuild / semanticdbEnabled := true
ThisBuild / semanticdbIncludeInJar := true