Skip to content

Commit

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

Update netty-codec to 4.1.95.Final
  • Loading branch information
Philippus committed Jul 20, 2023
2 parents 2b2d6e4 + 55e13c4 commit afd1190
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.16.0" % Test,
"io.netty" % "netty-codec" % "4.1.94.Final" % Test)
"io.netty" % "netty-codec" % "4.1.95.Final" % Test)

bintrayOrganization := Some("gn0s1s")
bintrayRepository := "releases"
Expand Down

0 comments on commit afd1190

Please sign in to comment.