Skip to content

Commit

Permalink
Merge pull request #12046 from mkurz/netty41100
Browse files Browse the repository at this point in the history
[2.8.x] Netty 4.1.100
  • Loading branch information
mkurz committed Oct 19, 2023
2 parents 947c195 + b23d907 commit b274b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ object Dependencies {
sslConfig
) ++ scalaParserCombinators(scalaVersion) ++ specs2Deps.map(_ % Test) ++ javaTestDeps

val nettyVersion = "4.1.94.Final"
val nettyVersion = "4.1.100.Final"

val netty = Seq(
"com.typesafe.netty" % "netty-reactive-streams-http" % "2.0.9",
"com.typesafe.netty" % "netty-reactive-streams-http" % "2.0.10",
("io.netty" % "netty-transport-native-epoll" % nettyVersion).classifier("linux-x86_64")
) ++ specs2Deps.map(_ % Test)

Expand Down

0 comments on commit b274b58

Please sign in to comment.