Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio authored Oct 15, 2020
1 parent 1817cd8 commit 902c7b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ _Requires Java 8 or greater._
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>dotenv-java</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</dependency>
```

### Gradle

```groovy
compile 'io.github.cdimascio:dotenv-java:2.1.0'
compile 'io.github.cdimascio:dotenv-java:2.2.0'
```

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

0 comments on commit 902c7b4

Please sign in to comment.