Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit c7cad87

Browse files
Update dependency dev.zio:zio to v2.1.13 (#586)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b11917 commit c7cad87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/caliban/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy val root = (project in file("."))
1313
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.31.3",
1414
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.31.3" % Provided,
1515
"org.apache.httpcomponents.client5" % "httpclient5" % "5.4.1",
16-
"dev.zio" %% "zio" % "2.1.11"
16+
"dev.zio" %% "zio" % "2.1.13"
1717
)
1818
)
1919

0 commit comments

Comments
 (0)