Skip to content

Commit

Permalink
Update dependency org.scalameta:munit to v0.7.29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 1, 2021
1 parent 8848cf4 commit 1a40dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ lazy val testSettings = List(
testFrameworks := List(new TestFramework("munit.Framework")),
libraryDependencies ++=
List(
"org.scalameta" %% "munit" % "0.7.27",
"org.scalameta" %% "munit" % "0.7.29",
"org.scalameta" %% "mtags" % V.metals cross CrossVersion.full,
"com.dimafeng" %% "testcontainers-scala-munit" % V.testcontainers,
"com.dimafeng" %% "testcontainers-scala-postgresql" % V.testcontainers,
Expand Down

0 comments on commit 1a40dd0

Please sign in to comment.