Skip to content

Commit

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

Update netty-codec-http, netty-handler, ... to 4.1.96.Final
  • Loading branch information
ornicar authored Jul 29, 2023
2 parents c6647e4 + 7029db7 commit 7373f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resolvers += ("snapshots" at "https://oss.sonatype.org/content/repositories/snap

val akkaVersion = "2.6.20"
val kamonVersion = "2.6.3"
val nettyVersion = "4.1.95.Final"
val nettyVersion = "4.1.96.Final"

val os = sys.props.get("os.name") match {
case Some(osName) if osName.toLowerCase.startsWith("mac") => "osx"
Expand Down

0 comments on commit 7373f30

Please sign in to comment.