Skip to content

Commit 20c5f6b

Browse files
authored
Merge pull request #85 from scala-steward/update/munit-1.0.4
Update munit to 1.0.4
2 parents df31cad + 4d00c93 commit 20c5f6b

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.3",
47+
ivy"org.scalameta::munit::1.0.4",
4848
ivy"org.typelevel::munit-cats-effect:2.0.0",
4949
)
5050
}

0 commit comments

Comments
 (0)