Skip to content

Commit

Permalink
Update dependency dev.zio:zio to v2.1.14 (#646)
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 Dec 19, 2024
1 parent 3cd20ae commit 83e77ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/caliban/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lazy val root = (project in file("."))
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.32.0",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.32.0" % Provided,
"org.apache.httpcomponents.client5" % "httpclient5" % "5.4.1",
"dev.zio" %% "zio" % "2.1.13"
"dev.zio" %% "zio" % "2.1.14"
)
)

Expand Down

0 comments on commit 83e77ad

Please sign in to comment.