[2.x] Update semanticdbVersion in SemanticdbPlugin.scala (#8908)

Co-authored-by: kenji yoshida <6b656e6a69@gmail.com>
This commit is contained in:
eugene yokota 2026-03-15 05:53:11 -04:00 committed by GitHub
parent 009997f4e0
commit 2d375097e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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