From 0d11ac6ccbce195bda3e9edfb6d6b3b5bfe6fa14 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 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." },