We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8889fb1 commit f597030Copy full SHA for f597030
project/Dependencies.scala
@@ -2,7 +2,7 @@ object Dependencies {
2
import sbt._
3
val zioVersion = "2.0.6"
4
val zioSchemaVersion = "0.3.0"
5
- val nettyVersions = "4.1.87.Final"
+ val nettyVersions = "4.1.94.Final"
6
7
val ZIOCore = "dev.zio" %% "zio" % zioVersion
8
val ZIOTest = "dev.zio" %% "zio-test" % zioVersion % Test
0 commit comments