Skip to content

Commit a85f977

Browse files
author
carmine
committed
v3.2.0
1 parent 136787e commit a85f977

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff 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

5959
Looking for the Kotlin variant? **get [dotenv-kotlin](https://github.com/cdimascio/dotenv-kotlin)**.

0 commit comments

Comments
 (0)