diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index 700ed7f5..0600b475 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -15,6 +15,7 @@ updates.pin = [ { groupId = "org.playframework", artifactId = "cachecontrol", version = "3.0." }, { groupId = "org.playframework", artifactId = "play-json", version = "3.0." }, { groupId = "org.playframework", artifactId = "play-netty-server", version = "3.0." }, + { groupId = "com.typesafe.netty", artifactId = "netty-reactive-streams", version = "2." }, { 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." },