Update semanticdbVersion in SemanticdbPlugin.scala (#8907)

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

View File

@ -27,7 +27,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(