Skip to content

Commit f897d57

Browse files
Update sbt-paradox-apidoc to 1.1.0
1 parent 613a45b commit f897d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ addSbtPlugin(("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.0").excludeAll(
3838
"com.lightbend.paradox" % "sbt-paradox-apidoc",
3939
"com.lightbend.paradox" % "sbt-paradox-project-info"))
4040
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % "0.9.2").force().exclude("com.typesafe.sbt", "sbt-web"))
41-
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-apidoc" % "0.10.1").force().exclude("com.typesafe.sbt", "sbt-web"))
41+
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-apidoc" % "1.1.0").force().exclude("com.typesafe.sbt", "sbt-web"))
4242
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-project-info" % "2.0.0").force()
4343
.exclude("com.typesafe.sbt", "sbt-web"))
4444
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.4") // sbt-paradox 0.9.2 depends on old sbt-web 1.4.x, but we want a newer version

0 commit comments

Comments
 (0)