From 9acf8ff287e855b522c637cff6032dace102b2bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 22:43:20 +0000 Subject: [PATCH] chore(deps): update zioversion to v2.0.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4d55ac0..a7bf280 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges addCommandAlias("fmt", "all scalafmtSbt scalafmt test:scalafmt") addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck") -val zioVersion = "2.0.5" +val zioVersion = "2.0.17" val rsVersion = "1.0.4" val collCompatVersion = "2.7.0"