From c81e96bf4df439488e15461d968368bd87461241 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 00:14:43 +0000 Subject: [PATCH] Update zio, zio-test, zio-test-sbt to 2.0.22 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index a2bcb27..ca30dd8 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.22", + libraryDependencies += "dev.zio" %% "zio-test-sbt" % "2.0.22" % Test, + libraryDependencies += "dev.zio" %% "zio-test" % "2.0.22" % 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",