diff --git a/project/plugins.sbt b/project/plugins.sbt index eea3fb70..fa2c9adb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,7 +16,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.3") +addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.5") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-lightbend-project-info" % "2.0.0") addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.15.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")