File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
templates/kotlin/snippets Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 implementation(" com.algolia:algoliasearch-client-kotlin" )
1313 implementation(" io.ktor:ktor-client-okhttp:3.1.0" )
1414 implementation(" ch.qos.logback:logback-classic:1.5.16" )
15- implementation(" io.github.cdimascio:dotenv-kotlin:6.4.2 " )
15+ implementation(" io.github.cdimascio:dotenv-kotlin:6.5.1 " )
1616}
1717
1818tasks.test {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414 implementation(" com.algolia:algoliasearch-client-kotlin" )
1515 implementation(" io.ktor:ktor-client-okhttp:3.0.0" )
1616 implementation(" ch.qos.logback:logback-classic:1.5.12" )
17- implementation(" io.github.cdimascio:dotenv-kotlin:6.4.2 " )
17+ implementation(" io.github.cdimascio:dotenv-kotlin:6.5.1 " )
1818}
1919
2020configure<SpotlessExtension > {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ kotlin {
4242 implementation(kotlin(" test-annotations-common" ))
4343 implementation(libs.coroutines.test)
4444 implementation(libs.kotlinx.serialization.json)
45- implementation(" io.github.cdimascio:dotenv-kotlin:6.4.2 " )
45+ implementation(" io.github.cdimascio:dotenv-kotlin:6.5.1 " )
4646 implementation(" org.skyscreamer:jsonassert:1.5.3" )
4747 }
4848 }
You can’t perform that action at this time.
0 commit comments