From a70f33a6270a45b4008a29ed771fa4947e1c3511 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 May 2024 19:38:34 +0000 Subject: [PATCH] Update munit to 1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ec92ece..cbc2b97 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ git.baseVersion := "1.0" libraryDependencies ++= Seq( "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.1.202206130422-r", "com.michaelpollmeier" % "versionsort" % "1.0.11", - "org.scalameta" %% "munit" % "0.7.29" % Test + "org.scalameta" %% "munit" % "1.0.0" % Test ) scriptedLaunchOpts += s"-Dproject.version=${version.value}"