Skip to content

Commit

Permalink
Merge pull request #142 from ckipp01/update/munit-1.0.0-M12
Browse files Browse the repository at this point in the history
Update munit to 1.0.0-M12
  • Loading branch information
ckipp01 authored Apr 20, 2024
2 parents aae517e + 2584572 commit 46ae4b0
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-M11")
def ivyDeps = Agg(ivy"org.scalameta::munit:1.0.0-M12")
}
}

Expand Down

0 comments on commit 46ae4b0

Please sign in to comment.