Skip to content

Commit

Permalink
chore(deps): update dependency dev.zio:zio-parser to v0.1.8 (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 30, 2023
1 parent 7685829 commit 258c549
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.7"
val ZIOParser = "dev.zio" %% "zio-parser" % "0.1.8"
val Caliban = "com.github.ghostdogpr" %% "caliban" % "2.0.1"
val Netty = Seq(
"io.netty" % "netty-codec-http" % nettyVersions,
Expand Down

0 comments on commit 258c549

Please sign in to comment.