Skip to content

Commit b6b874e

Browse files
authored
upgrade paradox plugins (apache#478)
* upgrade paradox plugins * try to use sbt-paradox 0.9.2 * Update plugins.sbt
1 parent ae51d52 commit b6b874e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

project/plugins.sbt

+5-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ addSbtPlugin(("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.0").excludeAll(
2929
"com.lightbend.paradox" % "sbt-paradox-apidoc",
3030
"com.lightbend.paradox" % "sbt-paradox-project-info"))
3131
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % "0.9.2").force())
32-
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-apidoc" % "0.10.1").force())
33-
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-project-info" % "2.0.0").force())
32+
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-apidoc" % "1.1.0").excludeAll(
33+
"com.lightbend.paradox", "sbt-paradox"))
34+
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-project-info" % "3.0.1").excludeAll(
35+
"com.lightbend.paradox", "sbt-paradox"))
36+
dependencyOverrides += "org.parboiled" % "parboiled-java" % "1.3.1"
3437

3538
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
3639
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.31")

0 commit comments

Comments
 (0)