From dd89192d67a9c401eaa1f9b0bcc563565d9b7221 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 Mar 2026 21:24:06 +0000 Subject: [PATCH] Update munit to 1.2.4 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 436759d..06c94cb 100644 --- a/build.sbt +++ b/build.sbt @@ -54,8 +54,8 @@ ThisBuild / libraryDependencies ++= Seq( "io.netty" % "netty-codec-http" % nettyVersion, "io.netty" % "netty-common" % nettyVersion, "io.netty" % "netty-handler" % nettyVersion, - "ch.qos.logback" % "logback-classic" % "1.4.6" % Test, - "org.scalameta" %% "munit" % "0.7.29" % Test + "ch.qos.logback" % "logback-classic" % "1.4.6" % Test, + "org.scalameta" %% "munit" % "1.2.4" % Test ).map(_.withSources()) ThisBuild / testFrameworks += new TestFramework("munit.Framework")