Skip to content

Commit 0b83a5a

Browse files
committed
Update netty-all to 4.1.100.Final
1 parent 96c156f commit 0b83a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ lazy val netty =
730730
name := "airframe-http-netty",
731731
description := "Airframe HTTP Netty backend",
732732
libraryDependencies ++= Seq(
733-
"io.netty" % "netty-all" % "4.1.99.Final"
733+
"io.netty" % "netty-all" % "4.1.100.Final"
734734
)
735735
)
736736
.dependsOn(http.jvm, rx.jvm)

0 commit comments

Comments
 (0)