Skip to content

Commit

Permalink
build(deps): Update munit from 1.0.0 to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Aug 13, 2024
1 parent d0657bf commit 4e869e2
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 @@ -68,7 +68,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")
def ivyDeps = Agg(ivy"org.scalameta::munit::1.0.1")
}

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

0 comments on commit 4e869e2

Please sign in to comment.