Skip to content

Commit

Permalink
Merge pull request #135 from ckipp01/update/munit-1.0.0-M11
Browse files Browse the repository at this point in the history
Update munit to 1.0.0-M11
  • Loading branch information
ckipp01 authored Feb 3, 2024
2 parents 8fe7282 + da87b2e commit 6ebfd74
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-M10")
def ivyDeps = Agg(ivy"org.scalameta::munit:1.0.0-M11")
}
}

Expand Down

0 comments on commit 6ebfd74

Please sign in to comment.