Skip to content

Commit

Permalink
Update netty-common to 4.1.115.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 13, 2024
1 parent cf30013 commit cd87cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.115.Final"
)
.jvmPlatform(
scalaVersions = scala2 ++ scala3,
Expand Down

0 comments on commit cd87cbe

Please sign in to comment.