Update semanticdbVersion

This commit is contained in:
xuwei-k 2025-10-23 15:20:52 +09:00 committed by kenji yoshida
parent 9d2a5f478b
commit 49c8306091
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml"
Global / semanticdbEnabled := !(Global / insideCI).value
// Change main/src/main/scala/sbt/plugins/SemanticdbPlugin.scala too, if you change this.
Global / semanticdbVersion := "4.9.9"
Global / semanticdbVersion := "4.14.1"
val excludeLint = SettingKey[Set[Def.KeyedInitialize[_]]]("excludeLintKeys")
Global / excludeLint := (Global / excludeLint).?.value.getOrElse(Set.empty)
Global / excludeLint += componentID

View File

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