diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index bf2034df..03c35c08 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -7,6 +7,13 @@ pullRequests.grouping = [ ] updates.pin = [ - { groupId = "com.typesafe.akka", artifactId="akka-stream", version = "2.6." } - { groupId = "com.typesafe.akka", artifactId="akka-http", version = "10.2." } + { groupId = "com.typesafe.akka", artifactId="akka-stream", version = "2.6." }, + { groupId = "com.typesafe.akka", artifactId="akka-http", version = "10.2." }, + { groupId = "com.typesafe.play", artifactId = "cachecontrol", version = "2.3." }, + { groupId = "com.typesafe.play", artifactId = "play-json", version = "2.10." }, + { groupId = "com.typesafe.play", artifactId = "play-netty-server", version = "2.9." }, + { groupId = "org.specs2", version = "4.20." }, + { groupId = "com.eed3si9n", artifactId = "sbt-assembly", version = "2.1." }, + { groupId = "org.scala-lang.modules", artifactId = "scala-xml", version = "2.2." }, + { groupId = "org.scala-lang.modules", artifactId = "scala-xml_sjs1", version = "2.2." } ]