Skip to content

Commit

Permalink
Merge pull request #101 from scala-steward/update/netty-codec-4.1.100…
Browse files Browse the repository at this point in the history
….Final

Update netty-codec to 4.1.100.Final
  • Loading branch information
Philippus committed Oct 17, 2023
2 parents aa98ced + 8493b25 commit 57c8ae0
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.17" % Test,
"commons-codec" % "commons-codec" % "1.16.0" % Test,
"io.netty" % "netty-codec" % "4.1.99.Final" % Test)
"io.netty" % "netty-codec" % "4.1.100.Final" % Test)

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

0 comments on commit 57c8ae0

Please sign in to comment.