Skip to content

Commit

Permalink
Update munit to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ckipp01-scala-steward[bot] committed May 23, 2024
1 parent dcedea8 commit 2bf054f
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 @@ -86,7 +86,7 @@ trait Plugin
override def sonatypeHost: Option[SonatypeHost] = Some(SonatypeHost.s01)

object test extends ScalaTests with TestModule.Munit {
def ivyDeps = Agg(ivy"org.scalameta::munit:1.0.0-RC1")
def ivyDeps = Agg(ivy"org.scalameta::munit:1.0.0")
}
}

Expand Down

0 comments on commit 2bf054f

Please sign in to comment.