Skip to content

Commit

Permalink
Update munit to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-geirolz[bot] committed Nov 15, 2024
1 parent ae06f51 commit 1fa1f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ProjectDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object ProjectDependencies {

lazy val common: Seq[ModuleID] = Seq(
// TEST
"org.scalameta" %% "munit" % "1.0.1" % Test,
"org.scalameta" %% "munit" % "1.0.2" % Test,

Check warning

Code scanning / Codacy-scalameta-pro (reported by Codacy)

Prohibits usage of duplicated string literals. Warning

The string literal 'org.scalameta' appears 2 times in the file.

Check notice

Code scanning / Scalastyle (reported by Codacy)

The string literal "org.scalameta" appears 2 times in the file. Note

The string literal "org.scalameta" appears 2 times in the file.
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test,
"org.typelevel" %% "cats-laws" % "2.12.0" % Test,
"org.typelevel" %% "discipline-munit" % "2.0.0" % Test,
Expand Down

0 comments on commit 1fa1f44

Please sign in to comment.