genjavadoc: update 0.16 -> 0.17 (#30121)
To get the fix for 'rangepos', which is becoming the default with 2.13.5
This commit is contained in:
parent
5d5a797145
commit
8eb8396306
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ object BootstrapGenjavadoc extends AutoPlugin {
|
||||||
|
|
||||||
override lazy val projectSettings = UnidocRoot.CliOptions.genjavadocEnabled
|
override lazy val projectSettings = UnidocRoot.CliOptions.genjavadocEnabled
|
||||||
.ifTrue(Seq(
|
.ifTrue(Seq(
|
||||||
unidocGenjavadocVersion := "0.16",
|
unidocGenjavadocVersion := "0.17",
|
||||||
scalacOptions in Compile ++= Seq("-P:genjavadoc:fabricateParams=false", "-P:genjavadoc:suppressSynthetic=false")))
|
scalacOptions in Compile ++= Seq("-P:genjavadoc:fabricateParams=false", "-P:genjavadoc:suppressSynthetic=false")))
|
||||||
.getOrElse(Nil)
|
.getOrElse(Nil)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue