Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio authored May 29, 2022
1 parent 07be1aa commit 41abbe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Looking for the pure Java variant (no Kotlin), get [dotenv-java](https://github.
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>dotenv-kotlin</artifactId>
<version>6.3.0</version>
<version>6.3.1</version>
</dependency>
```

Expand All @@ -41,12 +41,12 @@ Looking for the pure Java variant (no Kotlin), get [dotenv-java](https://github.
### Gradle
#### Gradle Groovy DSL
```groovy
implementation 'io.github.cdimascio:dotenv-kotlin:6.3.0'
implementation 'io.github.cdimascio:dotenv-kotlin:6.3.1'
```

#### Gradle Kotlin DSL
```kotlin
implementation("io.github.cdimascio:dotenv-kotlin:6.2.2")
implementation("io.github.cdimascio:dotenv-kotlin:6.3.1")
```

## Usage
Expand Down

0 comments on commit 41abbe8

Please sign in to comment.