From 72f78f27e922df74c74ca165b872790123c4c815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lor=C3=A1nd=20Szak=C3=A1cs?= Date: Wed, 31 Jan 2024 21:48:05 +0200 Subject: [PATCH] Bump munit to 1.0.0-M10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 97110de..e1e023b 100644 --- a/build.sbt +++ b/build.sbt @@ -59,7 +59,7 @@ ThisBuild / tlCiMimaBinaryIssueCheck := true //============================== Project details ============================== //============================================================================= // format: off -val munitVersion = "1.0.0-M6" // https://github.com/scalameta/munit/releases +val munitVersion = "1.0.0-M10" // https://github.com/scalameta/munit/releases // format: on lazy val root = tlCrossRootProject.aggregate(enclosure)