Skip to content

Commit ab3a138

Browse files
author
scala-steward
committed
Update netty-common to 4.1.118.Final
1 parent cf30013 commit ab3a138

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
@@ -89,7 +89,7 @@ lazy val netty = (projectMatrix in file("odelay-netty"))
8989
.settings(
9090
name := "odelay-netty",
9191
description := "an odelay.Timer implementation backed by netty 4",
92-
libraryDependencies += "io.netty" % "netty-common" % "4.1.112.Final"
92+
libraryDependencies += "io.netty" % "netty-common" % "4.1.118.Final"
9393
)
9494
.jvmPlatform(
9595
scalaVersions = scala2 ++ scala3,

0 commit comments

Comments
 (0)