We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf30013 commit ab3a138Copy full SHA for ab3a138
build.sbt
@@ -89,7 +89,7 @@ lazy val netty = (projectMatrix in file("odelay-netty"))
89
.settings(
90
name := "odelay-netty",
91
description := "an odelay.Timer implementation backed by netty 4",
92
- libraryDependencies += "io.netty" % "netty-common" % "4.1.112.Final"
+ libraryDependencies += "io.netty" % "netty-common" % "4.1.118.Final"
93
)
94
.jvmPlatform(
95
scalaVersions = scala2 ++ scala3,
0 commit comments