Skip to content

Commit 0b004e2

Browse files
authored
Merge pull request #138 from scala-steward/update/genjavadoc-plugin-0.13
Update genjavadoc-plugin to 0.13
2 parents 97b4011 + b8415db commit 0b004e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)