Skip to content

Commit 43cb2fe

Browse files
committed
Update genjavadoc-plugin to 0.14
1 parent edfb4a0 commit 43cb2fe

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 root = (project in file(".")).
131131
},
132132
javacOptions in JavaDoc := Seq(),
133133
artifactName in packageDoc in JavaDoc := ((sv, mod, art) => "" + mod.name + "_" + sv.binary + "-" + mod.revision + "-javadoc.jar"),
134-
libraryDependencies += compilerPlugin("com.typesafe.genjavadoc" % "genjavadoc-plugin" % "0.13" cross CrossVersion.full),
134+
libraryDependencies += compilerPlugin("com.typesafe.genjavadoc" % "genjavadoc-plugin" % "0.14" cross CrossVersion.full),
135135
scalacOptions in Compile += "-P:genjavadoc:out=" + (target.value / "java")
136136
))): _*
137137
).

0 commit comments

Comments
 (0)