Skip to content

Commit 848cdfa

Browse files
committed
genjavadoc 0.19 (was 0.18)
1 parent db3c440 commit 848cdfa

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
@@ -131,7 +131,7 @@ lazy val scalaJava8Compat = (project in file("."))
131131
JavaDoc / packageDoc / artifactName := ((sv, mod, art) => "" + mod.name + "_" + sv.binary + "-" + mod.revision + "-javadoc.jar"),
132132
libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match {
133133
case Some((3, _)) => Seq()
134-
case _ => Seq(compilerPlugin("com.typesafe.genjavadoc" % "genjavadoc-plugin" % "0.18" cross CrossVersion.full))
134+
case _ => Seq(compilerPlugin("com.typesafe.genjavadoc" % "genjavadoc-plugin" % "0.19" cross CrossVersion.full))
135135
}),
136136
Compile / scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
137137
case Some((3, _)) => Seq()

0 commit comments

Comments
 (0)