File tree 3 files changed +3
-3
lines changed
templates/kotlin/snippets
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
implementation(" com.algolia:algoliasearch-client-kotlin" )
13
13
implementation(" io.ktor:ktor-client-okhttp:3.1.0" )
14
14
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 " )
16
16
}
17
17
18
18
tasks.test {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
14
14
implementation(" com.algolia:algoliasearch-client-kotlin" )
15
15
implementation(" io.ktor:ktor-client-okhttp:3.0.0" )
16
16
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 " )
18
18
}
19
19
20
20
configure<SpotlessExtension > {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ kotlin {
42
42
implementation(kotlin(" test-annotations-common" ))
43
43
implementation(libs.coroutines.test)
44
44
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 " )
46
46
implementation(" org.skyscreamer:jsonassert:1.5.3" )
47
47
}
48
48
}
You can’t perform that action at this time.
0 commit comments