From 3b808866b1037ae24194f1f6389319b0477bde1a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 23 May 2024 22:31:37 +0200 Subject: [PATCH] Update munit to 1.0.0 (#162) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d069066..68c1d65 100644 --- a/build.sbt +++ b/build.sbt @@ -28,5 +28,5 @@ scalacOptions += "-deprecation" libraryDependencies ++= Seq( "com.github.pureconfig" %% "pureconfig" % "0.17.6" % Provided, "commons-validator" % "commons-validator" % "1.8.0", - "org.scalameta" %% "munit" % "0.7.29" % Test + "org.scalameta" %% "munit" % "1.0.0" % Test )