From 2228782c336d6438d381ef19fc0d22046ffb978d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Jun 2023 17:31:24 +0000 Subject: [PATCH] Update netty-codec to 4.1.94.Final --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 64254cb..7a7abb4 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ scalaVersion := crossScalaVersions.value.last libraryDependencies ++= Seq( "org.scalatest" %% "scalatest-funspec" % "3.2.16" % Test, "commons-codec" % "commons-codec" % "1.15" % Test, - "io.netty" % "netty-codec" % "4.1.93.Final" % Test) + "io.netty" % "netty-codec" % "4.1.94.Final" % Test) bintrayOrganization := Some("gn0s1s") bintrayRepository := "releases"