Skip to content

Commit 35831f4

Browse files
committed
gah, the genjavadoc version for 2.13.0-M3 is 0.11
1 parent 7e7eb69 commit 35831f4

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
@@ -115,7 +115,7 @@ lazy val root = (project in file(".")).
115115
},
116116
javacOptions in JavaDoc := Seq(),
117117
artifactName in packageDoc in JavaDoc := ((sv, mod, art) => "" + mod.name + "_" + sv.binary + "-" + mod.revision + "-javadoc.jar"),
118-
libraryDependencies += compilerPlugin("com.typesafe.genjavadoc" % "genjavadoc-plugin" % "0.10" cross CrossVersion.full),
118+
libraryDependencies += compilerPlugin("com.typesafe.genjavadoc" % "genjavadoc-plugin" % "0.11" cross CrossVersion.full),
119119
scalacOptions in Compile += "-P:genjavadoc:out=" + (target.value / "java")
120120
))): _*
121121
).

0 commit comments

Comments
 (0)