Skip to content

Commit 1a40dd0

Browse files
committed
Update dependency org.scalameta:munit to v0.7.29
1 parent 8848cf4 commit 1a40dd0

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
@@ -408,7 +408,7 @@ lazy val testSettings = List(
408408
testFrameworks := List(new TestFramework("munit.Framework")),
409409
libraryDependencies ++=
410410
List(
411-
"org.scalameta" %% "munit" % "0.7.27",
411+
"org.scalameta" %% "munit" % "0.7.29",
412412
"org.scalameta" %% "mtags" % V.metals cross CrossVersion.full,
413413
"com.dimafeng" %% "testcontainers-scala-munit" % V.testcontainers,
414414
"com.dimafeng" %% "testcontainers-scala-postgresql" % V.testcontainers,

0 commit comments

Comments
 (0)