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

Commit 4be25ef

Browse files
Update dependency dev.zio:zio to v2.1.15
1 parent dbb7ae5 commit 4be25ef

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
@@ -19,7 +19,7 @@ lazy val root = (project in file("."))
1919
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.33.1",
2020
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.33.1" % Provided,
2121
"org.apache.httpcomponents.client5" % "httpclient5" % "5.4.1",
22-
"dev.zio" %% "zio" % "2.1.14"
22+
"dev.zio" %% "zio" % "2.1.15"
2323
)
2424
)
2525

0 commit comments

Comments
 (0)