Skip to content

Commit

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

Update netty-codec-http, netty-handler, ... to 4.1.99.Final
  • Loading branch information
lenguyenthanh authored Oct 4, 2023
2 parents 5bd89a7 + e0f8373 commit 788eaab
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.98.Final"
val nettyVersion = "4.1.99.Final"

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

0 comments on commit 788eaab

Please sign in to comment.