Commit d16ed01 Vitor Hugo Salgado
committed
1 parent 79baaa7 commit d16ed01 Copy full SHA for d16ed01
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Puma4j provides a convenient and easier way to load and parse file resources in
35
35
Using Gradle:
36
36
37
37
```
38
- testImplementation "io.github.vitorsalgado.puma4j:puma4j-junit5-extension:3 .0.0"
38
+ testImplementation "io.github.vitorsalgado.puma4j:puma4j-junit5-extension:4 .0.0"
39
39
```
40
40
41
41
or Maven:
@@ -44,7 +44,7 @@ or Maven:
44
44
<dependency>
45
45
<groupId>io.github.vitorsalgado.puma4j</groupId>
46
46
<artifactId>puma4j-junit5-extension</artifactId>
47
- <version>3 .0.0</version>
47
+ <version>4 .0.0</version>
48
48
<scope>test</scope>
49
49
</dependency>
50
50
```
@@ -130,7 +130,7 @@ private val simpleModel: SimpleModel by res("simple.json")
130
130
To use the delegate ` res ` , add the library below to your project:
131
131
132
132
```
133
- testImplementation "io.github.vitorsalgado.puma4j:puma4j-kotlin:3 .0.0"
133
+ testImplementation "io.github.vitorsalgado.puma4j:puma4j-kotlin:4 .0.0"
134
134
```
135
135
136
136
---
You can’t perform that action at this time.
0 commit comments