Skip to content

Commit 99ee535

Browse files
authored
Merge pull request #326 from sourcegraph/renovate/org.scalameta-munit-0.x
2 parents 82ff262 + 1a40dd0 commit 99ee535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ lazy val testSettings = List(
409409
testFrameworks := List(new TestFramework("munit.Framework")),
410410
libraryDependencies ++=
411411
List(
412-
"org.scalameta" %% "munit" % "0.7.27",
412+
"org.scalameta" %% "munit" % "0.7.29",
413413
"org.scalameta" %% "mtags" % V.metals cross CrossVersion.full,
414414
"com.dimafeng" %% "testcontainers-scala-munit" % V.testcontainers,
415415
"com.dimafeng" %% "testcontainers-scala-postgresql" % V.testcontainers,

0 commit comments

Comments
 (0)