Skip to content

Commit

Permalink
Update netty-handler from 4.1.99.Final to 4.1.100.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Oct 16, 2023
1 parent 7041b10 commit 5b52b1c
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 @@ -5,7 +5,7 @@ object Dependencies {
val akkaHttpV = "10.2.10"
val jacksonV = "2.13.4"
val jacksonHotfixV = "2.13.4.2" // for when only some of the Jackson libs have hotfix releases
val nettyV = "4.1.99.Final"
val nettyV = "4.1.100.Final"
val workbenchLibsHash = "084d25b"

def excludeGuava(m: ModuleID): ModuleID = m.exclude("com.google.guava", "guava")
Expand Down

0 comments on commit 5b52b1c

Please sign in to comment.