Skip to content

Commit f597030

Browse files
chore(deps): update nettyversions to v4.1.94.final
1 parent 8889fb1 commit f597030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ object Dependencies {
22
import sbt._
33
val zioVersion = "2.0.6"
44
val zioSchemaVersion = "0.3.0"
5-
val nettyVersions = "4.1.87.Final"
5+
val nettyVersions = "4.1.94.Final"
66

77
val ZIOCore = "dev.zio" %% "zio" % zioVersion
88
val ZIOTest = "dev.zio" %% "zio-test" % zioVersion % Test

0 commit comments

Comments
 (0)