Skip to content

Commit b6e9df8

Browse files
committed
upgrade genjavadoc to version available for Scala 2.12.14
1 parent 219302e commit b6e9df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ lazy val scalaJava8Compat = (project in file("."))
149149
JavaDoc / packageDoc / artifactName := ((sv, mod, art) => "" + mod.name + "_" + sv.binary + "-" + mod.revision + "-javadoc.jar"),
150150
libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match {
151151
case Some((3, _)) => Seq()
152-
case _ => Seq(compilerPlugin("com.typesafe.genjavadoc" % "genjavadoc-plugin" % "0.16" cross CrossVersion.full))
152+
case _ => Seq(compilerPlugin("com.typesafe.genjavadoc" % "genjavadoc-plugin" % "0.17" cross CrossVersion.full))
153153
}),
154154
Compile / scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
155155
case Some((3, _)) => Seq()

0 commit comments

Comments
 (0)