Skip to content

Commit a587ace

Browse files
committed
Use dep toolkit-test
1 parent ee6ffc9 commit a587ace

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_includes/_markdown/install-munit.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
{% tabs munit-unit-test-1 class=tabs-build-tool %}
44
{% tab 'Scala CLI' %}
55
You can require the entire toolkit in a single line:
6-
```scala
6+
<!-- ```scala
77
//> using toolkit "latest"
8+
``` -->
9+
```scala
10+
//> using dep "org.scala-lang::toolkit-test:0.1.7"
811
```
912

1013
Alternatively, you can require just a specific version of MUnit:

0 commit comments

Comments
 (0)