mirror of https://github.com/sbt/sbt.git
Update semanticdbVersion in SemanticdbPlugin.scala (#8907)
Co-authored-by: kenji yoshida <6b656e6a69@gmail.com>
This commit is contained in:
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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue