mirror of https://github.com/sbt/sbt.git
Update semanticdbVersion in SemanticdbPlugin.scala (#8885)
This commit is contained in:
parent
1926a693da
commit
02c403b7cf
|
|
@ -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