diff --git a/build.sbt b/build.sbt index 183dbdc..7f54e8d 100644 --- a/build.sbt +++ b/build.sbt @@ -89,7 +89,7 @@ lazy val netty = (projectMatrix in file("odelay-netty")) .settings( name := "odelay-netty", description := "an odelay.Timer implementation backed by netty 4", - libraryDependencies += "io.netty" % "netty-common" % "4.1.112.Final" + libraryDependencies += "io.netty" % "netty-common" % "4.1.118.Final" ) .jvmPlatform( scalaVersions = scala2 ++ scala3,