Skip to content

Commit c3549ca

Browse files
authored
Merge pull request #574 from typelevel/update/munit-1.2.1
Update munit to 1.2.1
2 parents cc57e7c + 5ce46ab commit c3549ca

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

0 commit comments

Comments
 (0)