From 959de005232f7b5e55f087d32ca74d5b5e82973c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Jan 2025 13:16:52 +0000 Subject: [PATCH] Update munit to 1.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5129799..fad0b90 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.1.8" % "compile", "com.github.blemale" %% "scaffeine" % "5.3.0" % "compile", - "org.scalameta" %% "munit" % "1.0.3" % Test + "org.scalameta" %% "munit" % "1.0.4" % Test ) ) .dependsOn(core, model, playJson)