Skip to content

Commit 09c4a9a

Browse files
committed
missed a template
1 parent 8051c22 commit 09c4a9a

File tree

3 files changed

+438
-288
lines changed

3 files changed

+438
-288
lines changed

templates/kotlin/snippets/build.gradle.mustache

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ repositories {
1212

1313
dependencies {
1414
implementation("com.algolia:algoliasearch-client-kotlin")
15-
implementation("io.ktor:ktor-client-okhttp:2.3.12")
16-
implementation("ch.qos.logback:logback-classic:1.5.10")
15+
implementation("io.ktor:ktor-client-okhttp:3.0.0")
16+
implementation("ch.qos.logback:logback-classic:1.5.12")
1717
implementation("io.github.cdimascio:dotenv-kotlin:6.4.2")
1818
}
1919

templates/kotlin/snippets/libs.versions.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin = "2.0.21"
33
coroutines = "1.7.3"
44
serialization = "1.5.0"
5-
ktor = "2.3.12"
5+
ktor = "3.0.0"
66

77
[libraries]
88
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.7.3" }

0 commit comments

Comments
 (0)