Skip to content

Commit 5ffffe3

Browse files
authoredMar 27, 2022
update README
1 parent 4352c6a commit 5ffffe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ _Requires Java 8 or greater._
3232
<dependency>
3333
<groupId>io.github.cdimascio</groupId>
3434
<artifactId>dotenv-java</artifactId>
35-
<version>2.2.0</version>
35+
<version>2.2.3</version>
3636
</dependency>
3737
```
3838

3939
### Gradle
4040

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.