Skip to content

Commit bb7f19f

Browse files
authored
Merge pull request #83 from scala-steward/update/munit-1.0.3
Update munit to 1.0.3
2 parents 3cbc87a + 1d30250 commit bb7f19f

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

0 commit comments

Comments
 (0)