diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index 0dcd326b..5c7649d6 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -13,7 +13,9 @@ buildRoots = [ updates.pin = [ { groupId = "org.playframework", artifactId = "play-docs-sbt-plugin", version = "3.0." }, + { groupId = "org.playframework", artifactId = "play-docs", version = "3.0." }, { groupId = "org.scala-lang.modules", artifactId = "scala-xml", version = "2.3." }, + { groupId = "org.scala-lang.modules", artifactId = "scala-xml_sjs1", version = "2.3." }, { groupId = "org.scala-js", version = "1.15." }, { groupId = "org.portable-scala", version = "1.3." } ]