File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,26 +34,26 @@ _Still using Java 8? Use version 2.3.2_
34
34
<dependency >
35
35
<groupId >io.github.cdimascio</groupId >
36
36
<artifactId >dotenv-java</artifactId >
37
- <version >3.1 .0</version >
37
+ <version >3.2 .0</version >
38
38
</dependency >
39
39
```
40
40
41
41
### Gradle <4.10
42
42
43
43
``` groovy
44
- compile 'io.github.cdimascio:dotenv-java:3.1 .0'
44
+ compile 'io.github.cdimascio:dotenv-java:3.2 .0'
45
45
```
46
46
47
47
### Gradle >=4.10
48
48
49
49
``` groovy
50
- implementation 'io.github.cdimascio:dotenv-java:3.1 .0'
50
+ implementation 'io.github.cdimascio:dotenv-java:3.2 .0'
51
51
```
52
52
53
53
### Gradle Kotlin DSL
54
54
55
55
``` kotlin
56
- implementation(" io.github.cdimascio:dotenv-java:3.1 .0" )
56
+ implementation(" io.github.cdimascio:dotenv-java:3.2 .0" )
57
57
```
58
58
59
59
Looking for the Kotlin variant? ** get [ dotenv-kotlin] ( https://github.com/cdimascio/dotenv-kotlin ) ** .
You can’t perform that action at this time.
0 commit comments