diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index bf5cc7df..0dcd326b 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -12,6 +12,8 @@ buildRoots = [ ] updates.pin = [ - # Scala 3.3 is a LTS - { groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." } + { groupId = "org.playframework", artifactId = "play-docs-sbt-plugin", version = "3.0." }, + { groupId = "org.scala-lang.modules", artifactId = "scala-xml", version = "2.3." }, + { groupId = "org.scala-js", version = "1.15." }, + { groupId = "org.portable-scala", version = "1.3." } ]