Skip to content

Commit

Permalink
chore(deps): update nettyversions to v4.1.87.final (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 30, 2023
1 parent 0a75df0 commit 8889fb1
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.86.Final"
val nettyVersions = "4.1.87.Final"

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

0 comments on commit 8889fb1

Please sign in to comment.