From 41abbe82d144824509a61a15846796f1f6749f85 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Sun, 29 May 2022 19:53:28 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98feaf3..a3d9f90 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Looking for the pure Java variant (no Kotlin), get [dotenv-java](https://github. io.github.cdimascio dotenv-kotlin - 6.3.0 + 6.3.1 ``` @@ -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