Update semanticdbVersion in SemanticdbPlugin.scala (#8885)

This commit is contained in:
kenji yoshida 2026-03-10 04:39:13 +09:00 committed by GitHub
parent 1926a693da
commit 02c403b7cf
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(