We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82ff262 + 1a40dd0 commit 99ee535Copy full SHA for 99ee535
build.sbt
@@ -409,7 +409,7 @@ lazy val testSettings = List(
409
testFrameworks := List(new TestFramework("munit.Framework")),
410
libraryDependencies ++=
411
List(
412
- "org.scalameta" %% "munit" % "0.7.27",
+ "org.scalameta" %% "munit" % "0.7.29",
413
"org.scalameta" %% "mtags" % V.metals cross CrossVersion.full,
414
"com.dimafeng" %% "testcontainers-scala-munit" % V.testcontainers,
415
"com.dimafeng" %% "testcontainers-scala-postgresql" % V.testcontainers,
0 commit comments