Skip to content

Commit

Permalink
chore(deps): update dependency dev.zio:zio-parser to v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 9, 2023
1 parent 8889fb1 commit b703bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Dependencies {
val ZIOSchemaJson = "dev.zio" %% "zio-schema-json" % zioSchemaVersion
val ZIOSchemaDerivation = "dev.zio" %% "zio-schema-derivation" % zioSchemaVersion
val PPrint = "com.lihaoyi" %% "pprint" % "0.8.1"
val ZIOParser = "dev.zio" %% "zio-parser" % "0.1.8"
val ZIOParser = "dev.zio" %% "zio-parser" % "0.1.9"
val Caliban = "com.github.ghostdogpr" %% "caliban" % "2.0.1"
val Netty = Seq(
"io.netty" % "netty-codec-http" % nettyVersions,
Expand Down

0 comments on commit b703bb0

Please sign in to comment.