Skip to content

Commit 4675cd5

Browse files
committed
remove no-longer-needed workaround in build
fixes #83
1 parent bf6566f commit 4675cd5

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
@@ -110,7 +110,7 @@ lazy val root = (project in file(".")).
110110
},
111111
javacOptions in JavaDoc := Seq(),
112112
artifactName in packageDoc in JavaDoc := ((sv, mod, art) => "" + mod.name + "_" + sv.binary + "-" + mod.revision + "-javadoc.jar"),
113-
libraryDependencies += compilerPlugin("com.typesafe.genjavadoc" % "genjavadoc-plugin" % "0.10" cross CrossVersion.fullMapped { case "2.12.0" => "2.12.0-RC1" case x => x}),
113+
libraryDependencies += compilerPlugin("com.typesafe.genjavadoc" % "genjavadoc-plugin" % "0.10" cross CrossVersion.full),
114114
scalacOptions in Compile += "-P:genjavadoc:out=" + (target.value / "java")
115115
))): _*
116116
).

0 commit comments

Comments
 (0)