Skip to content

Commit d16ed01

Browse files
author
Vitor Hugo Salgado
committed
docs: change latest version on README.md
1 parent 79baaa7 commit d16ed01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Puma4j provides a convenient and easier way to load and parse file resources in
3535
Using Gradle:
3636

3737
```
38-
testImplementation "io.github.vitorsalgado.puma4j:puma4j-junit5-extension:3.0.0"
38+
testImplementation "io.github.vitorsalgado.puma4j:puma4j-junit5-extension:4.0.0"
3939
```
4040

4141
or Maven:
@@ -44,7 +44,7 @@ or Maven:
4444
<dependency>
4545
<groupId>io.github.vitorsalgado.puma4j</groupId>
4646
<artifactId>puma4j-junit5-extension</artifactId>
47-
<version>3.0.0</version>
47+
<version>4.0.0</version>
4848
<scope>test</scope>
4949
</dependency>
5050
```
@@ -130,7 +130,7 @@ private val simpleModel: SimpleModel by res("simple.json")
130130
To use the delegate `res`, add the library below to your project:
131131

132132
```
133-
testImplementation "io.github.vitorsalgado.puma4j:puma4j-kotlin:3.0.0"
133+
testImplementation "io.github.vitorsalgado.puma4j:puma4j-kotlin:4.0.0"
134134
```
135135

136136
---

0 commit comments

Comments
 (0)