Skip to content

Commit

Permalink
missed a template
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed Oct 28, 2024
1 parent 8051c22 commit 09c4a9a
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 288 deletions.
4 changes: 2 additions & 2 deletions templates/kotlin/snippets/build.gradle.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ repositories {

dependencies {
implementation("com.algolia:algoliasearch-client-kotlin")
implementation("io.ktor:ktor-client-okhttp:2.3.12")
implementation("ch.qos.logback:logback-classic:1.5.10")
implementation("io.ktor:ktor-client-okhttp:3.0.0")
implementation("ch.qos.logback:logback-classic:1.5.12")
implementation("io.github.cdimascio:dotenv-kotlin:6.4.2")
}

Expand Down
2 changes: 1 addition & 1 deletion templates/kotlin/snippets/libs.versions.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "2.0.21"
coroutines = "1.7.3"
serialization = "1.5.0"
ktor = "2.3.12"
ktor = "3.0.0"

[libraries]
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.7.3" }
Expand Down
Loading

0 comments on commit 09c4a9a

Please sign in to comment.