Skip to content

Commit

Permalink
chore(deps): update upgrade all non-major gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2024
1 parent 95ae39c commit 9d56ca9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
kotlin("multiplatform") version "1.9.22"
kotlin("plugin.serialization") version "1.9.22"
id("io.kotest.multiplatform") version "5.8.0"
kotlin("multiplatform") version "1.9.23"
kotlin("plugin.serialization") version "1.9.23"
id("io.kotest.multiplatform") version "5.8.1"
id("org.jlleitschuh.gradle.ktlint") version "12.1.0"
}

Expand Down Expand Up @@ -39,15 +39,15 @@ kotlin {
val commonMain by getting {
dependencies {
// CLI
implementation("com.github.ajalt.clikt:clikt:4.2.2")
implementation("com.github.ajalt.clikt:clikt:4.3.0")
// Date Time Support
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.5.0")
// Serialization
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
// Atomic
implementation("org.jetbrains.kotlinx:atomicfu:0.23.2")
implementation("org.jetbrains.kotlinx:atomicfu:0.24.0")
// Http Client
val ktorVersion = "2.3.8"
val ktorVersion = "2.3.10"
implementation("io.ktor:ktor-client-core:$ktorVersion")
implementation("io.ktor:ktor-client-curl:$ktorVersion")
implementation("io.ktor:ktor-client-content-negotiation:$ktorVersion")
Expand All @@ -56,7 +56,7 @@ kotlin {
}
val commonTest by getting {
dependencies {
val kotestVersion = "5.8.0"
val kotestVersion = "5.8.1"
implementation(kotlin("test-common"))
implementation(kotlin("test-annotations-common"))
implementation("io.kotest:kotest-framework-engine:$kotestVersion")
Expand Down

0 comments on commit 9d56ca9

Please sign in to comment.