Skip to content

Commit

Permalink
Merge pull request #525 from typelevel/update/munit-1.0.3
Browse files Browse the repository at this point in the history
Update munit to 1.0.3
  • Loading branch information
danicheg authored Dec 27, 2024
2 parents 9084a29 + 0b56789 commit bce7ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform)
name := "mouse",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.12.0",
"org.scalameta" %%% "munit" % "1.0.2" % Test,
"org.scalameta" %%% "munit" % "1.0.3" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test
),
developers := List(
Expand Down

0 comments on commit bce7ea0

Please sign in to comment.