From 014bd48124b37dd6a443e6613860bf4990545a0d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Aug 2024 02:24:34 +0000 Subject: [PATCH] Update munit to 1.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f3c2ae4..91eeddd 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ val uSerializationVersion = "3.1.3" val pekkoVersion = "1.0.2" val scalaReflectVersion = "2.13.12" val jTokkitVersion = "0.6.1" -val munitVersion = "0.7.29" +val munitVersion = "1.0.1" lazy val commonSettings = Seq( version := syncodiaVersion,