Skip to content

Commit 6d539ff

Browse files
authored
Merge pull request #73 from scala-steward/update/munit-1.0.1
Update munit to 1.0.1
2 parents 92b0975 + 333e083 commit 6d539ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ object `skunk-migrate` extends ScalaModule with PublishModule {
4444
def testFramework = "munit.Framework"
4545

4646
def ivyDeps = Agg(
47-
ivy"org.scalameta::munit::1.0.0",
47+
ivy"org.scalameta::munit::1.0.1",
4848
ivy"org.typelevel::munit-cats-effect:2.0.0",
4949
)
5050
}

0 commit comments

Comments
 (0)