Skip to content

Commit b8415db

Browse files
committed
Update genjavadoc-plugin to 0.13
1 parent 97b4011 commit b8415db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ lazy val root = (project in file(".")).
113113
},
114114
javacOptions in JavaDoc := Seq(),
115115
artifactName in packageDoc in JavaDoc := ((sv, mod, art) => "" + mod.name + "_" + sv.binary + "-" + mod.revision + "-javadoc.jar"),
116-
libraryDependencies += compilerPlugin("com.typesafe.genjavadoc" % "genjavadoc-plugin" % "0.11" cross CrossVersion.full),
116+
libraryDependencies += compilerPlugin("com.typesafe.genjavadoc" % "genjavadoc-plugin" % "0.13" cross CrossVersion.full),
117117
scalacOptions in Compile += "-P:genjavadoc:out=" + (target.value / "java")
118118
))): _*
119119
).

0 commit comments

Comments
 (0)