diff --git a/project/plugins.sbt b/project/plugins.sbt index 0aa7bf0f8..4813dbfc1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -28,8 +28,8 @@ addSbtPlugin(("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.0").excludeAll( "com.lightbend.paradox", "sbt-paradox", "com.lightbend.paradox" % "sbt-paradox-apidoc", "com.lightbend.paradox" % "sbt-paradox-project-info")) -addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % "0.9.2").force()) -addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-apidoc" % "0.10.1").force()) +addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % "0.10.6").force()) +addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-apidoc" % "1.0.0").force()) addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-project-info" % "2.0.0").force()) addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")