From e0f83730f41737f55c47fa111a6cab96fcbc8917 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 Oct 2023 00:02:08 +0000 Subject: [PATCH] Update netty-codec-http, netty-handler, ... to 4.1.99.Final --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f1a978d0..a088e292 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.98.Final" +val nettyVersion = "4.1.99.Final" val os = sys.props.get("os.name") match { case Some(osName) if osName.toLowerCase.startsWith("mac") => "osx"