Skip to content

Commit 48cb491

Browse files
author
Vitor Hugo Salgado
committed
docs: update version
1 parent 9edee2a commit 48cb491

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-
implementation "io.github.vitorsalgado.puma4j:puma4j-junit5-extension:2.0.1"
38+
implementation "io.github.vitorsalgado.puma4j:puma4j-junit5-extension:3.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>2.0.1</version>
47+
<version>3.0.0</version>
4848
</dependency>
4949
```
5050

@@ -129,7 +129,7 @@ private val simpleModel: SimpleModel by res("simple.json")
129129
To use the delegate `res`, add the library below to your project:
130130

131131
```
132-
implementation "io.github.vitorsalgado.puma4j:puma4j-kotlin:2.0.1"
132+
implementation "io.github.vitorsalgado.puma4j:puma4j-kotlin:3.0.0"
133133
```
134134

135135
---

0 commit comments

Comments
 (0)