Skip to content

Commit

Permalink
Merge pull request #92 from scala-steward/update/netty-codec-4.1.94.F…
Browse files Browse the repository at this point in the history
…inal

Update netty-codec to 4.1.94.Final
  • Loading branch information
Philippus committed Jun 20, 2023
2 parents 889f46a + 2228782 commit 1c6f456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -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"
Expand Down

0 comments on commit 1c6f456

Please sign in to comment.