From 338cf8255844c0f27cf01ea273a0ab1438ade17e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 00:12:01 +0000 Subject: [PATCH] Update zio, zio-test, zio-test-sbt to 2.0.21 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index dfc1e38..7a8bda6 100644 --- a/build.sbt +++ b/build.sbt @@ -6,9 +6,9 @@ Global / onChangedBuildSource := ReloadOnSourceChanges lazy val root = (project in file(".")) .settings( - libraryDependencies += "dev.zio" %% "zio" % "2.0.15", - libraryDependencies += "dev.zio" %% "zio-test-sbt" % "2.0.15" % Test, - libraryDependencies += "dev.zio" %% "zio-test" % "2.0.15" % Test, + libraryDependencies += "dev.zio" %% "zio" % "2.0.21", + libraryDependencies += "dev.zio" %% "zio-test-sbt" % "2.0.21" % Test, + libraryDependencies += "dev.zio" %% "zio-test" % "2.0.21" % Test, libraryDependencies += "dev.zio" %% "zio-config" % "3.0.7", libraryDependencies += "dev.zio" %% "zio-config-magnolia" % "3.0.7", libraryDependencies += "dev.zio" %% "zio-config-typesafe" % "3.0.7",