Skip to content

Commit

Permalink
build(deps): Update munit from 1.0.0-M7 to 1.0.0-M10
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] authored and ckipp01 committed Sep 18, 2023
1 parent 7ad89f2 commit be748d8
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 @@ -61,7 +61,7 @@ trait Common extends CrossScalaModule with ScalafmtModule with ScalafixModule {
}

trait CommonTest extends ScalaModule with TestModule.Munit {
def ivyDeps = Agg(ivy"org.scalameta::munit::1.0.0-M7")
def ivyDeps = Agg(ivy"org.scalameta::munit::1.0.0-M10")
}

object config extends Cross[ConfigModule](scalaVersions)
Expand Down

0 comments on commit be748d8

Please sign in to comment.