Skip to content

Commit

Permalink
Update Mill build script in getting-started.md (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab authored Mar 25, 2022
1 parent 4fae043 commit db22e0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,11 @@ testFrameworks += new TestFramework("munit.Framework")
**Mill**

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

def testFrameworks = Seq("munit.Framework")
}
```

Expand Down

0 comments on commit db22e0b

Please sign in to comment.