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 @@ -35,26 +35,26 @@ _Requires Java 8 or greater._
35
35
<dependency >
36
36
<groupId >io.github.cdimascio</groupId >
37
37
<artifactId >dotenv-java</artifactId >
38
- <version >2.2.4 </version >
38
+ <version >2.3.0 </version >
39
39
</dependency >
40
40
```
41
41
42
42
### Gradle <4.10
43
43
44
44
``` groovy
45
- compile 'io.github.cdimascio:dotenv-java:2.2.4 '
45
+ compile 'io.github.cdimascio:dotenv-java:2.3.0 '
46
46
```
47
47
48
48
### Gradle >=4.10
49
49
50
50
``` groovy
51
- implementation 'io.github.cdimascio:dotenv-java:2.2.4 '
51
+ implementation 'io.github.cdimascio:dotenv-java:2.3.0 '
52
52
```
53
53
54
54
### Gradle Kotlin DSL
55
55
56
56
``` kotlin
57
- implementation(" io.github.cdimascio:dotenv-java:2.2.4 " )
57
+ implementation(" io.github.cdimascio:dotenv-java:2.3.0 " )
58
58
```
59
59
60
60
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