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.
1 parent 8848cf4 commit 1a40dd0Copy full SHA for 1a40dd0
build.sbt
@@ -408,7 +408,7 @@ lazy val testSettings = List(
408
testFrameworks := List(new TestFramework("munit.Framework")),
409
libraryDependencies ++=
410
List(
411
- "org.scalameta" %% "munit" % "0.7.27",
+ "org.scalameta" %% "munit" % "0.7.29",
412
"org.scalameta" %% "mtags" % V.metals cross CrossVersion.full,
413
"com.dimafeng" %% "testcontainers-scala-munit" % V.testcontainers,
414
"com.dimafeng" %% "testcontainers-scala-postgresql" % V.testcontainers,
0 commit comments