Skip to content

Commit fb48486

Browse files
committedNov 23, 2022
v2.3.0 README update
1 parent 7398ee6 commit fb48486

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
@@ -35,26 +35,26 @@ _Requires Java 8 or greater._
3535
<dependency>
3636
<groupId>io.github.cdimascio</groupId>
3737
<artifactId>dotenv-java</artifactId>
38-
<version>2.2.4</version>
38+
<version>2.3.0</version>
3939
</dependency>
4040
```
4141

4242
### Gradle <4.10
4343

4444
```groovy
45-
compile 'io.github.cdimascio:dotenv-java:2.2.4'
45+
compile 'io.github.cdimascio:dotenv-java:2.3.0'
4646
```
4747

4848
### Gradle >=4.10
4949

5050
```groovy
51-
implementation 'io.github.cdimascio:dotenv-java:2.2.4'
51+
implementation 'io.github.cdimascio:dotenv-java:2.3.0'
5252
```
5353

5454
### Gradle Kotlin DSL
5555

5656
```kotlin
57-
implementation("io.github.cdimascio:dotenv-java:2.2.4")
57+
implementation("io.github.cdimascio:dotenv-java:2.3.0")
5858
```
5959

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

0 commit comments

Comments
 (0)
Please sign in to comment.