Skip to content

Commit c5cf351

Browse files
committed
Fix the incorrect dependency example
1 parent 4064dc5 commit c5cf351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can include this package from [Maven Central](https://search.maven.org/searc
1111
by adding the following dependency in your `build.gradle`.
1212

1313
```groovy
14-
implementation 'foundation.icon:javaee-unittest:0.9.0'
14+
testImplementation 'foundation.icon:javaee-unittest:0.9.0'
1515
```
1616

1717
For a more complete example, please visit [Java SCORE Examples](https://github.com/icon-project/java-score-examples).

0 commit comments

Comments
 (0)