Skip to content

Commit

Permalink
Update netty-all, netty-codec-http to 4.1.100.Final (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 16, 2023
1 parent 69587a4 commit c64bf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Dependencies {
lazy val Examples = config("example") extend Compile

val slf4jVersion = "2.0.9"
val nettyVersion = "4.1.99.Final"
val nettyVersion = "4.1.100.Final"

val nettyAll = "io.netty" % "netty-all" % nettyVersion % Compile
val nettyHttp = "io.netty" % "netty-codec-http" % nettyVersion % Compile
Expand Down

0 comments on commit c64bf09

Please sign in to comment.