Upgrade semanticdb default version

This commit is contained in:
Adrien Piquerez 2021-02-13 14:12:15 +01:00
parent 6dc1327855
commit be1e756104
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ ThisBuild / turbo := true
ThisBuild / usePipelining := false // !(Global / insideCI).value
Global / semanticdbEnabled := !(Global / insideCI).value
Global / semanticdbVersion := "4.4.8"
val excludeLint = SettingKey[Set[Def.KeyedInitialize[_]]]("excludeLintKeys")
Global / excludeLint := (Global / excludeLint).?.value.getOrElse(Set.empty)
Global / excludeLint += componentID

View File

@ -26,7 +26,7 @@ object SemanticdbPlugin extends AutoPlugin {
semanticdbEnabled := SysProp.semanticdb,
semanticdbIncludeInJar := false,
semanticdbOptions := List(),
semanticdbVersion := "4.4.0"
semanticdbVersion := "4.4.8"
)
override lazy val projectSettings: Seq[Def.Setting[_]] = Seq(