From 3c297f32029a72078f7b4e7f1da2d2cdfdde551d Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 5 Feb 2026 12:41:39 +0000 Subject: [PATCH] Update netty-codec-http, netty-handler, ... to 4.2.10.Final --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 99bba75a..c15e57f8 100644 --- a/build.sbt +++ b/build.sbt @@ -221,7 +221,7 @@ lazy val bedrock = project ) .dependsOn(agent, test.jvm % Test) -val NETTY_VERSION = "4.2.9.Final" +val NETTY_VERSION = "4.2.10.Final" lazy val netty = project .in(file("uni-netty"))