Update semanticdb to work with scala 2.12.11

This commit is contained in:
Anil Kumar Myla 2020-03-20 16:12:07 -07:00
parent fb38e1933d
commit 41c3f433e6
No known key found for this signature in database
GPG Key ID: BC80B8B017F64FC7
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