From 2307d0d1ffa5a7fce6df81ea3a23ffa6547f69a2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 16 Sep 2023 15:22:42 +0000 Subject: [PATCH] Update munit, munit-scalacheck to 1.0.0-M10 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 067d428..e932c87 100644 --- a/build.sc +++ b/build.sc @@ -452,7 +452,7 @@ object Deps { val ujson = ivy"com.lihaoyi::ujson:3.1.2" } - val munitVersion = "1.0.0-M8" + val munitVersion = "1.0.0-M10" object grpc { val version = "1.58.0" val netty = ivy"io.grpc:grpc-netty:$version"