From 2a4fe87e04204b15b9263af8af77952f4445b174 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 00:11:15 +0000 Subject: [PATCH] Update zio, zio-test, zio-test-sbt to 2.0.19 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index dfc1e38..2bdbd28 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.19", + libraryDependencies += "dev.zio" %% "zio-test-sbt" % "2.0.19" % Test, + libraryDependencies += "dev.zio" %% "zio-test" % "2.0.19" % 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",