mirror of https://github.com/sbt/sbt.git
Update semanticdb to work with scala 2.12.11
This commit is contained in:
parent
fb38e1933d
commit
41c3f433e6
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue