mirror of
https://github.com/sbt/sbt.git
synced 2026-09-06 09:37:02 +02:00
Update semanticdbVersion in SemanticdbPlugin.scala (#8907)
Co-authored-by: kenji yoshida <[email protected]>
This commit is contained in:
co-authored by
kenji yoshida
parent
132e0c6bb5
commit
f5da35c092
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user