Skip to content

Commit 90dbe49

Browse files
Update genjavadoc-plugin to 0.16 (#180)
1 parent 9170632 commit 90dbe49

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
@@ -127,7 +127,7 @@ lazy val scalaJava8Compat = (project in file("."))
127127
},
128128
javacOptions in JavaDoc := Seq(),
129129
artifactName in packageDoc in JavaDoc := ((sv, mod, art) => "" + mod.name + "_" + sv.binary + "-" + mod.revision + "-javadoc.jar"),
130-
libraryDependencies += compilerPlugin("com.typesafe.genjavadoc" % "genjavadoc-plugin" % "0.15" cross CrossVersion.full),
130+
libraryDependencies += compilerPlugin("com.typesafe.genjavadoc" % "genjavadoc-plugin" % "0.16" cross CrossVersion.full),
131131
scalacOptions in Compile += "-P:genjavadoc:out=" + (target.value / "java")
132132
)
133133
}

0 commit comments

Comments
 (0)