diff --git a/build.sbt b/build.sbt index 99bba75a..c15e57f8 100644 --- a/build.sbt +++ b/build.sbt @@ -221,7 +221,7 @@ lazy val bedrock = project ) .dependsOn(agent, test.jvm % Test) -val NETTY_VERSION = "4.2.9.Final" +val NETTY_VERSION = "4.2.10.Final" lazy val netty = project .in(file("uni-netty"))