From faf49f1cb1544de12b94c461c3839e7c91d4017c Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Fri, 25 Aug 2023 10:29:18 +0200 Subject: [PATCH] Update zio-test to 2.0.16 (#2712) Pull request: https://github.com/com-lihaoyi/mill/pull/2712 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 079929972ac..1567c111c21 100644 --- a/build.sc +++ b/build.sc @@ -157,7 +157,7 @@ object Deps { val requests = ivy"com.lihaoyi::requests:0.8.0" // tests framework (test) val testScalaTest = ivy"org.scalatest::scalatest:3.2.16" - val testZioTest = ivy"dev.zio::zio-test:2.0.15" + val testZioTest = ivy"dev.zio::zio-test:2.0.16" } def millVersion: T[String] = T { VcsVersion.vcsState().format() }