From 67c3233a678152f5c3f735ad93ebad2c11e50ca2 Mon Sep 17 00:00:00 2001 From: Jules Ivanic Date: Mon, 9 Oct 2023 16:34:41 +0400 Subject: [PATCH] Update munit-zio to 0.2.0 (#17) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 63d8520..9a4640b 100644 --- a/build.sbt +++ b/build.sbt @@ -68,7 +68,7 @@ lazy val `zio-uuid` = "dev.zio" %%% "zio-json" % "0.6.1" % Optional, "dev.zio" %%% "zio-test" % zioVersion.value % Test, "org.scalameta" %%% "munit" % "0.7.29" % Test, - "com.github.poslegm" %% "munit-zio" % "0.1.1" % Test, + "com.github.poslegm" %% "munit-zio" % "0.2.0" % Test, ) )