Skip to content

Commit

Permalink
fix: Bump netty version to 4.1.99.Final
Browse files Browse the repository at this point in the history
This fixes build issue on MacOS (netty/netty#13632).
  • Loading branch information
lackhoa committed Sep 30, 2023
1 parent d9c76ff commit 871d9cb
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 @@ -3,7 +3,7 @@ import sbt.Keys.scalaVersion

object Dependencies {
val JwtCoreVersion = "9.1.1"
val NettyVersion = "4.1.98.Final"
val NettyVersion = "4.1.99.Final"
val NettyIncubatorVersion = "0.0.20.Final"
val ScalaCompactCollectionVersion = "2.11.0"
val ZioVersion = "2.0.18"
Expand Down

0 comments on commit 871d9cb

Please sign in to comment.