Commit 48cb491 Vitor Hugo Salgado
committed
1 parent 9edee2a commit 48cb491 Copy full SHA for 48cb491
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
- implementation "io.github.vitorsalgado.puma4j:puma4j-junit5-extension:2 .0.1 "
38
+ implementation "io.github.vitorsalgado.puma4j:puma4j-junit5-extension:3 .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>2 .0.1 </version>
47
+ <version>3 .0.0 </version>
48
48
</dependency>
49
49
```
50
50
@@ -129,7 +129,7 @@ private val simpleModel: SimpleModel by res("simple.json")
129
129
To use the delegate ` res ` , add the library below to your project:
130
130
131
131
```
132
- implementation "io.github.vitorsalgado.puma4j:puma4j-kotlin:2 .0.1 "
132
+ implementation "io.github.vitorsalgado.puma4j:puma4j-kotlin:3 .0.0 "
133
133
```
134
134
135
135
---
You can’t perform that action at this time.
0 commit comments