Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio authored Mar 27, 2022
1 parent 4352c6a commit 5ffffe3
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.2.0</version>
<version>2.2.3</version>
</dependency>
```

### Gradle

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

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

0 comments on commit 5ffffe3

Please sign in to comment.