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 106c260 + fe398d0 commit 80359edCopy full SHA for 80359ed
build.sbt
@@ -384,7 +384,7 @@ lazy val testSettings = List(
384
testFrameworks := List(new TestFramework("munit.Framework")),
385
libraryDependencies ++=
386
List(
387
- "org.scalameta" %% "munit" % "0.7.26",
+ "org.scalameta" %% "munit" % "0.7.27",
388
"com.dimafeng" %% "testcontainers-scala-munit" % V.testcontainers,
389
"com.dimafeng" %% "testcontainers-scala-postgresql" % V.testcontainers,
390
"org.scalameta" %% "moped-testkit" % V.moped,
0 commit comments