mirror of https://github.com/sbt/sbt.git
Merge pull request #6149 from adpi2/develop
Bump semanticdb version to 4.4.0
This commit is contained in:
commit
1be1f6ddcd
|
|
@ -26,7 +26,7 @@ object SemanticdbPlugin extends AutoPlugin {
|
|||
semanticdbEnabled := SysProp.semanticdb,
|
||||
semanticdbIncludeInJar := false,
|
||||
semanticdbOptions := List(),
|
||||
semanticdbVersion := "4.3.20"
|
||||
semanticdbVersion := "4.4.0"
|
||||
)
|
||||
|
||||
override lazy val projectSettings: Seq[Def.Setting[_]] = Seq(
|
||||
|
|
|
|||
Loading…
Reference in New Issue