Skip to content

Commit 902c7b4

Browse files
authoredOct 15, 2020
Update README.md
1 parent 1817cd8 commit 902c7b4

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.1.0</version>
35+
<version>2.2.0</version>
3636
</dependency>
3737
```
3838

3939
### Gradle
4040

4141
```groovy
42-
compile 'io.github.cdimascio:dotenv-java:2.1.0'
42+
compile 'io.github.cdimascio:dotenv-java:2.2.0'
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.