diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index 1d8c87b61..d5dbbbea1 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -30,6 +30,7 @@ updates.pin = [ { groupId = "com.typesafe.play", artifactId = "play-ebean", version = "7." }, { groupId = "org.scalatestplus.play", artifactId = "scalatestplus-play", version = "6." }, { groupId = "net.logstash.logback", artifactId = "logstash-logback-encoder", version = "7.3." }, + { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version = "0.10." }, { groupId = "org.webjars", artifactId = "bootstrap", version = "3.4." }, { groupId = "com.google.inject", artifactId = "guice", version = "6.0." }, { groupId = "net.codingwell", artifactId = "scala-guice", version = "6.0." },