Skip to content

Commit bce7ea0

Browse files
authored
Merge pull request #525 from typelevel/update/munit-1.0.3
Update munit to 1.0.3
2 parents 9084a29 + 0b56789 commit bce7ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform)
2222
name := "mouse",
2323
libraryDependencies ++= Seq(
2424
"org.typelevel" %%% "cats-core" % "2.12.0",
25-
"org.scalameta" %%% "munit" % "1.0.2" % Test,
25+
"org.scalameta" %%% "munit" % "1.0.3" % Test,
2626
"org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test
2727
),
2828
developers := List(

0 commit comments

Comments
 (0)