We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f5811 commit c799de6Copy full SHA for c799de6
build.sbt
@@ -9,7 +9,7 @@ scalaVersion := "2.10.2"
9
scalacOptions ++= Seq("-feature", "-deprecation", "-unchecked")
10
11
libraryDependencies ++= Seq(
12
- "io.netty" % "netty-all" % "4.0.6.Final",
+ "io.netty" % "netty-all" % "4.0.8.Final",
13
"com.jcraft" % "jzlib" % "1.1.2" % Runtime,
14
"org.javassist" % "javassist" % "3.18.0-GA" % Runtime
15
)
0 commit comments