File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,26 +34,26 @@ _Still using Java 8? Use version 2.3.2_
3434<dependency >
3535 <groupId >io.github.cdimascio</groupId >
3636 <artifactId >dotenv-java</artifactId >
37- <version >3.1 .0</version >
37+ <version >3.2 .0</version >
3838</dependency >
3939```
4040
4141### Gradle <4.10
4242
4343``` groovy
44- compile 'io.github.cdimascio:dotenv-java:3.1 .0'
44+ compile 'io.github.cdimascio:dotenv-java:3.2 .0'
4545```
4646
4747### Gradle >=4.10
4848
4949``` groovy
50- implementation 'io.github.cdimascio:dotenv-java:3.1 .0'
50+ implementation 'io.github.cdimascio:dotenv-java:3.2 .0'
5151```
5252
5353### Gradle Kotlin DSL
5454
5555``` kotlin
56- implementation(" io.github.cdimascio:dotenv-java:3.1 .0" )
56+ implementation(" io.github.cdimascio:dotenv-java:3.2 .0" )
5757```
5858
5959Looking 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