Skip to content

Commit

Permalink
Merge pull request #157 from scala-steward/update/munit-1.0.0-M12
Browse files Browse the repository at this point in the history
Update munit, munit-scalacheck to 1.0.0-M12
  • Loading branch information
lewisjkl authored Apr 23, 2024
2 parents 10ee3b2 + 9a7c306 commit 0fae1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ object Deps {
}

val munit = new {
val munit = ivy"org.scalameta::munit::1.0.0-M11"
val scalaCheck = ivy"org.scalameta::munit-scalacheck::1.0.0-M11"
val munit = ivy"org.scalameta::munit::1.0.0-M12"
val scalaCheck = ivy"org.scalameta::munit-scalacheck::1.0.0-M12"
val all = Agg(munit, scalaCheck)
}
}

0 comments on commit 0fae1e4

Please sign in to comment.