From e4a3e0a4a5bc5706ee1c43c33bb567e8f20fcfd7 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 fa748739..0193fc34 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -7,4 +7,5 @@ pullRequests.grouping = [ ] updates.pin = [ + { groupId = "com.typesafe.netty", artifactId = "netty-reactive-streams", version = "2." } ]