From b2c33d92a69651344c03a5671613c0537b75d082 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:05:55 +0200 Subject: [PATCH] Update munit to 1.0.0 (#53) Co-authored-by: Alexandre Archambault --- deps.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.sc b/deps.sc index b8bd258..e2b72dc 100644 --- a/deps.sc +++ b/deps.sc @@ -10,7 +10,7 @@ object Scala { object Deps { def expecty = ivy"com.eed3si9n.expecty::expecty:0.16.0" def interface = ivy"io.get-coursier:interface:1.0.18" - def munit = ivy"org.scalameta::munit:1.0.0-M8" + def munit = ivy"org.scalameta::munit:1.0.0" def scalaReflect(sv: String) = ivy"org.scala-lang:scala-reflect:$sv" }