Skip to content

Commit

Permalink
chore(deps): update nettyversions to v4.1.111.final
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 11, 2024
1 parent 8889fb1 commit d9b30e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ object Dependencies {
import sbt._
val zioVersion = "2.0.6"
val zioSchemaVersion = "0.3.0"
val nettyVersions = "4.1.87.Final"
val nettyVersions = "4.1.111.Final"

val ZIOCore = "dev.zio" %% "zio" % zioVersion
val ZIOTest = "dev.zio" %% "zio-test" % zioVersion % Test
Expand Down

0 comments on commit d9b30e5

Please sign in to comment.