From 60d1602c4d3553a004ab1184cd19999dc5a76da7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 20 Oct 2024 19:14:47 +0000 Subject: [PATCH] Update munit to 1.0.2 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 04e0678..19cccb2 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ inThisBuild( "olafurpg@gmail.com", url("https://geirsson.com") ) - ), + ) ) ) @@ -40,7 +40,7 @@ lazy val plugin = project case _ => "2.0.0-M2" } }, - libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test, + libraryDependencies += "org.scalameta" %% "munit" % "1.0.2" % Test, addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0"), addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0"), addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0"),