Skip to content

Commit 10d4f06

Browse files
authoredJan 16, 2023
v2.3.2
1 parent fbc6186 commit 10d4f06

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
@@ -32,26 +32,26 @@ _Requires Java 8 or greater._
3232
<dependency>
3333
<groupId>io.github.cdimascio</groupId>
3434
<artifactId>dotenv-java</artifactId>
35-
<version>2.3.1</version>
35+
<version>2.3.2</version>
3636
</dependency>
3737
```
3838

3939
### Gradle <4.10
4040

4141
```groovy
42-
compile 'io.github.cdimascio:dotenv-java:2.3.1'
42+
compile 'io.github.cdimascio:dotenv-java:2.3.2'
4343
```
4444

4545
### Gradle >=4.10
4646

4747
```groovy
48-
implementation 'io.github.cdimascio:dotenv-java:2.3.1'
48+
implementation 'io.github.cdimascio:dotenv-java:2.3.2'
4949
```
5050

5151
### Gradle Kotlin DSL
5252

5353
```kotlin
54-
implementation("io.github.cdimascio:dotenv-java:2.3.1")
54+
implementation("io.github.cdimascio:dotenv-java:2.3.2")
5555
```
5656

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

0 commit comments

Comments
 (0)
Please sign in to comment.