Skip to content

Commit

Permalink
Update munit to 1.0.2 in scala2 (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 28, 2024
1 parent ae67eef commit ba00602
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 @@ -57,7 +57,7 @@ def commonSettings = Seq(
libraryDependencies ++= Seq(
"org.typelevel" %%% "spire" % "0.18.0" % Provided,
"eu.timepit" %%% "singleton-ops" % "0.5.2" % Provided,
"org.scalameta" %%% "munit" % "1.0.1" % Test,
"org.scalameta" %%% "munit" % "1.0.2" % Test,
"org.typelevel" %%% "discipline-munit" % "1.0.9" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test,
),
Expand Down

0 comments on commit ba00602

Please sign in to comment.