We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8889fb1 commit 09ff801Copy full SHA for 09ff801
project/Dependencies.scala
@@ -11,7 +11,7 @@ object Dependencies {
11
val ZIOSchemaJson = "dev.zio" %% "zio-schema-json" % zioSchemaVersion
12
val ZIOSchemaDerivation = "dev.zio" %% "zio-schema-derivation" % zioSchemaVersion
13
val PPrint = "com.lihaoyi" %% "pprint" % "0.8.1"
14
- val ZIOParser = "dev.zio" %% "zio-parser" % "0.1.8"
+ val ZIOParser = "dev.zio" %% "zio-parser" % "0.1.10"
15
val Caliban = "com.github.ghostdogpr" %% "caliban" % "2.0.1"
16
val Netty = Seq(
17
"io.netty" % "netty-codec-http" % nettyVersions,
0 commit comments