From aa189bd45e582d2f6198bfd1764978d2e34483e8 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Mon, 2 Dec 2024 01:40:04 +0100 Subject: [PATCH] Scala Steward: Pin netty-reactive-streams --- .github/scala-steward.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index 4b368202..49c776e6 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -12,6 +12,7 @@ updates.pin = [ { 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 = "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." },