Skip to content

Commit

Permalink
Update netty-codec-http, ... 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 8889fb1 commit 2a346ca
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.115.Final"

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

0 comments on commit 2a346ca

Please sign in to comment.