Skip to content

Commit

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

Update netty-codec-http, netty-handler, ... to 4.1.98.Final
  • Loading branch information
ornicar authored Sep 23, 2023
2 parents 5d25885 + 9fc10f3 commit 5bd89a7
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.96.Final"
val nettyVersion = "4.1.98.Final"

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

0 comments on commit 5bd89a7

Please sign in to comment.