Skip to content

Commit

Permalink
build(deps): Update munit from 1.0.0-M10 to 1.0.0-M11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Feb 28, 2024
1 parent aaf57c9 commit aa039a9
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-M10")
def ivyDeps = Agg(ivy"org.scalameta::munit::1.0.0-M11")
}

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

0 comments on commit aa039a9

Please sign in to comment.