Skip to content

Commit 054a311

Browse files
author
carmine
committed
v6.5.1
1 parent 383363e commit 054a311

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Looking for the pure Java variant (no Kotlin), get [dotenv-java](https://github.
3232
<dependency>
3333
<groupId>io.github.cdimascio</groupId>
3434
<artifactId>dotenv-kotlin</artifactId>
35-
<version>6.5.0</version>
35+
<version>6.5.1</version>
3636
</dependency>
3737
```
3838

@@ -41,12 +41,12 @@ Looking for the pure Java variant (no Kotlin), get [dotenv-java](https://github.
4141
### Gradle
4242
#### Gradle Groovy DSL
4343
```groovy
44-
implementation 'io.github.cdimascio:dotenv-kotlin:6.5.0'
44+
implementation 'io.github.cdimascio:dotenv-kotlin:6.5.1'
4545
```
4646

4747
#### Gradle Kotlin DSL
4848
```kotlin
49-
implementation("io.github.cdimascio:dotenv-kotlin:6.5.0")
49+
implementation("io.github.cdimascio:dotenv-kotlin:6.5.1")
5050
```
5151

5252
## Usage

0 commit comments

Comments
 (0)