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 e959c7d commit 43aa6bcCopy full SHA for 43aa6bc
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.23",
+ "org.scalameta" %% "munit" % "0.7.26",
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