Skip to content

Commit

Permalink
Merge pull request #148 from scala-steward/update/munit-1.0.0-M8
Browse files Browse the repository at this point in the history
Update munit, munit-scalacheck to 1.0.0-M8
  • Loading branch information
daddykotex authored Jun 27, 2023
2 parents 61f6c05 + 159da3c commit dc80e4d
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 @@ -130,8 +130,8 @@ trait BaseJavaModule extends BaseJavaNoPublishModule with BasePublishModule
trait BaseMunitTests extends TestModule.Munit {
def ivyDeps =
Agg(
ivy"org.scalameta::munit::1.0.0-M7",
ivy"org.scalameta::munit-scalacheck::1.0.0-M7"
ivy"org.scalameta::munit::1.0.0-M8",
ivy"org.scalameta::munit-scalacheck::1.0.0-M8"
)
}

Expand Down

0 comments on commit dc80e4d

Please sign in to comment.