Skip to content

Commit

Permalink
Merge pull request #66 from scala-steward/update/munit-1.0.0
Browse files Browse the repository at this point in the history
Update munit to 1.0.0
  • Loading branch information
tgodzik authored May 24, 2024
2 parents 6d10edd + 85ba770 commit edf0e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ object tests extends ScalaModule {

object test extends ScalaTests with TestModule.Munit {
def ivyDeps = super.ivyDeps() ++ Seq(
ivy"org.scalameta::munit:0.7.29",
ivy"org.scalameta::munit:1.0.0",
ivy"com.lihaoyi::os-lib:0.10.1",
ivy"com.lihaoyi::pprint:0.9.0"
)
Expand Down

0 comments on commit edf0e3e

Please sign in to comment.