Skip to content

Commit 09ff801

Browse files
chore(deps): update dependency dev.zio:zio-parser to v0.1.10
1 parent 8889fb1 commit 09ff801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object Dependencies {
1111
val ZIOSchemaJson = "dev.zio" %% "zio-schema-json" % zioSchemaVersion
1212
val ZIOSchemaDerivation = "dev.zio" %% "zio-schema-derivation" % zioSchemaVersion
1313
val PPrint = "com.lihaoyi" %% "pprint" % "0.8.1"
14-
val ZIOParser = "dev.zio" %% "zio-parser" % "0.1.8"
14+
val ZIOParser = "dev.zio" %% "zio-parser" % "0.1.10"
1515
val Caliban = "com.github.ghostdogpr" %% "caliban" % "2.0.1"
1616
val Netty = Seq(
1717
"io.netty" % "netty-codec-http" % nettyVersions,

0 commit comments

Comments
 (0)