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 139adadCopy full SHA for 139adad
project/Dependencies.scala
@@ -12,7 +12,7 @@ object Dependencies {
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"
15
- val Caliban = "com.github.ghostdogpr" %% "caliban" % "2.0.1"
+ val Caliban = "com.github.ghostdogpr" %% "caliban" % "2.3.0"
16
val Netty = Seq(
17
"io.netty" % "netty-codec-http" % nettyVersions,
18
"io.netty" % "netty-handler-proxy" % nettyVersions,
0 commit comments