Skip to content

Commit

Permalink
Merge pull request #99 from scalacenter/update/munit-1.0.1
Browse files Browse the repository at this point in the history
build(deps): Update munit from 1.0.0 to 1.0.1
  • Loading branch information
tgodzik authored Aug 13, 2024
2 parents d0657bf + 4e869e2 commit 6f2355a
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 6f2355a

Please sign in to comment.