From 70347f1fc08e668cc6680a41f7ed7e72ddfc2a48 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 31 Aug 2021 12:30:06 +0200 Subject: [PATCH] Update munit to 0.7.29 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 111d16c..8e6710b 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ def subproject(name: String) = Project( ).settings( scalaVersion := scala213Version, crossScalaVersions := scalaVersions, - libraryDependencies += "org.scalameta" %% "munit" % "0.7.28" % Test, + libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test, sonatypeCredentialHost := "s01.oss.sonatype.org", sonatypeRepository := "https://s01.oss.sonatype.org/service/local" )