From 9fc10f3d44c8a70c7b703b89cc660a982b1cc4e3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 22 Sep 2023 18:06:29 +0000 Subject: [PATCH] Update netty-codec-http, netty-handler, ... to 4.1.98.Final --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 229ab668..f1a978d0 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ resolvers += ("snapshots" at "https://oss.sonatype.org/content/repositories/snap val akkaVersion = "2.6.20" val kamonVersion = "2.6.3" -val nettyVersion = "4.1.96.Final" +val nettyVersion = "4.1.98.Final" val os = sys.props.get("os.name") match { case Some(osName) if osName.toLowerCase.startsWith("mac") => "osx"