From b08f179f4b63d245cb72e9c8cad5bdedc6715845 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 30 Aug 2024 01:05:14 +0200 Subject: [PATCH] chore: bump zio, zio-test, zio-test-sbt from 2.1.8 to 2.1.9 (#290) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9f1d5f5..6ec5cdf 100644 --- a/build.sbt +++ b/build.sbt @@ -69,7 +69,7 @@ addCommandAlias("test", "; clean;+ test;") addCommandAlias("testWithCoverage", "; clean; coverage; test; coverageReport;") // -- Lib versions -val zio = "2.1.8" +val zio = "2.1.9" val zioPrelude = "1.0.0-RC29" val circe = "0.14.4" val sttp = "3.9.8"