Skip to content

Commit

Permalink
Merge pull request #129 from softwaremill/update/netty-common-4.1.109…
Browse files Browse the repository at this point in the history
….Final

Update netty-common to 4.1.109.Final
  • Loading branch information
mergify[bot] authored Apr 16, 2024
2 parents 20852d8 + 82c0805 commit 12d05ff
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 @@ -90,7 +90,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.107.Final"
libraryDependencies += "io.netty" % "netty-common" % "4.1.109.Final"
)
.jvmPlatform(
scalaVersions = scala2 ++ scala3,
Expand Down

0 comments on commit 12d05ff

Please sign in to comment.