From 057cde2f7f1b37c2d39e43088a6335dde816f915 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 22 Jan 2025 18:09:23 +0000 Subject: [PATCH] Update munit to 1.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 88c9330..4d33436 100644 --- a/build.sbt +++ b/build.sbt @@ -59,7 +59,7 @@ lazy val lila: Project = Project("lila", file("lila")) libraryDependencies ++= List( "com.github.ben-manes.caffeine" % "caffeine" % "3.2.0" % "compile", "com.github.blemale" %% "scaffeine" % "5.3.0" % "compile", - "org.scalameta" %% "munit" % "1.0.4" % Test + "org.scalameta" %% "munit" % "1.1.0" % Test ) ) .dependsOn(core, model, playJson)