From 0bb118edace206925d8e8e214cfddb22f7de382c Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:07:11 +0000 Subject: [PATCH] Update munit to 1.0.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3798e99..183083f 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ lazy val `mysql-init-custom-resource` = (project in file(".")) val natchezVersion = "0.1.6" val feralVersion = "0.1.0-M9" val doobieVersion = "1.0.0-RC2" - val munitVersion = "0.7.29" + val munitVersion = "1.0.3" val circeVersion = "0.14.2" val scalacheckEffectVersion = "1.0.4" val log4catsVersion = "2.3.1"