Skip to content

Commit

Permalink
Merge pull request #814 from BrianHotopp/main
Browse files Browse the repository at this point in the history
update getting started docs for mill
  • Loading branch information
tgodzik authored Aug 21, 2024
2 parents 25808e7 + 8380e2f commit 5eb15f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ testFrameworks += new TestFramework("munit.Framework")
**Mill**

```scala
object test extends Tests with TestModule.Munit {
def ivyDeps =
object test extends ScalaTests with TestModule.Munit {
override def ivyDeps =
Agg(
ivy"org.scalameta::munit::@STABLE_VERSION@"
)
Expand Down

0 comments on commit 5eb15f7

Please sign in to comment.