Skip to content

Commit c799de6

Browse files
committed
Netty 4.0.8.Final
1 parent 99f5811 commit c799de6

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
@@ -9,7 +9,7 @@ scalaVersion := "2.10.2"
99
scalacOptions ++= Seq("-feature", "-deprecation", "-unchecked")
1010

1111
libraryDependencies ++= Seq(
12-
"io.netty" % "netty-all" % "4.0.6.Final",
12+
"io.netty" % "netty-all" % "4.0.8.Final",
1313
"com.jcraft" % "jzlib" % "1.1.2" % Runtime,
1414
"org.javassist" % "javassist" % "3.18.0-GA" % Runtime
1515
)

0 commit comments

Comments
 (0)