Skip to content

Commit 919005d

Browse files
author
Carmine DiMascio
committed
update readme
1 parent 37740fb commit 919005d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`.
2525
<dependency>
2626
<groupId>io.github.cdimascio</groupId>
2727
<artifactId>java-dotenv</artifactId>
28-
<version>3.1.5</version>
28+
<version>3.1.4</version>
2929
</dependency>
3030
```
3131

3232
### Gradle
3333

3434
```groovy
35-
compile 'io.github.cdimascio:java-dotenv:3.1.5'
35+
compile 'io.github.cdimascio:java-dotenv:3.1.4'
3636
```
3737

3838
## Usage

0 commit comments

Comments
 (0)