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