Skip to content

Commit

Permalink
Update munit to 1.0.3 in scala2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 3, 2024
1 parent 4e04ea8 commit a80aa49
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.2" % Test,
"org.scalameta" %%% "munit" % "1.0.3" % Test,
"org.typelevel" %%% "discipline-munit" % "1.0.9" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test,
),
Expand Down

0 comments on commit a80aa49

Please sign in to comment.