Skip to content

Commit

Permalink
Update munit to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 4, 2024
1 parent ca81daa commit fc64abb
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 @@ -40,7 +40,7 @@ lazy val plugin = project
case _ => "2.0.0-M2"
}
},
libraryDependencies += "org.scalameta" %% "munit" % "1.0.2" % Test,
libraryDependencies += "org.scalameta" %% "munit" % "1.0.3" % Test,
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0"),
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0"),
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0"),
Expand Down

0 comments on commit fc64abb

Please sign in to comment.