From 8f4b77dc40fc1463d1533d028b173e9fb42bb604 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 02:12:29 +0000 Subject: [PATCH] Update munit to 1.3.5 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c85ccff3f306..c0db3e08d3c9 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -26,7 +26,7 @@ object Dependencies: val nettyTransport = ("io.netty" % s"netty-transport-native-$notifier" % "4.2.16.Final").classifier(s"$os-$arch") val lilaSearch = ("com.github.lichess-org.lila-search" %% "client" % "3.6.0") - val munit = "org.scalameta" %% "munit" % "1.3.4" % Test + val munit = "org.scalameta" %% "munit" % "1.3.5" % Test val uaparser = "org.uaparser" %% "uap-scala" % "0.21.0" val apacheText = "org.apache.commons" % "commons-text" % "1.15.0" val apacheMath = "org.apache.commons" % "commons-math3" % "3.6.1"