diff --git a/project/plugins.sbt b/project/plugins.sbt index 973ae5f48..a16d3233b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -22,8 +22,8 @@ addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.1.1") addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.10.0") addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1") -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.10.7") -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7") +addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.11.0") +addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.11.0") addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.35")