Skip to content

Commit

Permalink
chore(deps): update dependency dev.zio:zio to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 17, 2024
1 parent bb6d077 commit 6df42ab
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.28.5",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.28.5" % Provided,
"org.apache.httpcomponents.client5" % "httpclient5" % "5.3.1",
"dev.zio" %% "zio" % "2.1.0-RC5",
"dev.zio" %% "zio" % "2.1.1",
"dev.zio" %% "zio-http" % "3.0.0-RC6+23-5441a052-SNAPSHOT"
)
)
Expand Down

0 comments on commit 6df42ab

Please sign in to comment.