Skip to content

Commit

Permalink
Merge pull request #85 from scalacenter/update/munit-1.0.0
Browse files Browse the repository at this point in the history
build(deps): Update munit from 1.0.0-RC1 to 1.0.0
  • Loading branch information
tgodzik authored May 23, 2024
2 parents 97d8bce + 773b023 commit 7fc3d3c
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-RC1")
def ivyDeps = Agg(ivy"org.scalameta::munit::1.0.0")
}

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

0 comments on commit 7fc3d3c

Please sign in to comment.