Skip to content

Commit 626f43e

Browse files
authored
Merge pull request #601 from typelevel/update/munit-1.2.4
Update munit to 1.2.4
2 parents aff3c8a + 0b37357 commit 626f43e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.13.0",
25-
"org.scalameta" %%% "munit" % "1.2.2" % Test,
25+
"org.scalameta" %%% "munit" % "1.2.4" % Test,
2626
"org.scalameta" %%% "munit-scalacheck" % "1.2.0" % Test
2727
),
2828
developers := List(

0 commit comments

Comments
 (0)