From 0abaa064bc2f0a79acdc6307bd2239700812252c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 11:01:32 +0000 Subject: [PATCH] Update dependency org.scalameta:munit to v1.3.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 907065b..b9afe54 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges val eVersion = "3.0.1" val scalafixOrganizeImportsVersion = "0.6.0" -val munitVersion = "1.0.0" +val munitVersion = "1.3.5" val e = "dev.akif" %% "e-scala" % eVersion val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % scalafixOrganizeImportsVersion