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 Nov 17, 2023
1 parent 67effc5 commit 349963d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
kotlin("multiplatform") version "1.8.21"
kotlin("plugin.serialization") version "1.8.21"
id("io.kotest.multiplatform") version "5.6.2"
id("org.jlleitschuh.gradle.ktlint") version "11.3.2"
kotlin("multiplatform") version "1.9.20"
kotlin("plugin.serialization") version "1.9.20"
id("io.kotest.multiplatform") version "5.8.0"
id("org.jlleitschuh.gradle.ktlint") version "11.6.1"
}

group = "com.monta.slack.notifier"
Expand Down Expand Up @@ -39,15 +39,15 @@ kotlin {
val commonMain by getting {
dependencies {
// CLI
implementation("com.github.ajalt.clikt:clikt:3.5.2")
implementation("com.github.ajalt.clikt:clikt:3.5.4")
// Date Time Support
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.1")
// Serialization
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.1")
// Atomic
implementation("org.jetbrains.kotlinx:atomicfu:0.20.2")
implementation("org.jetbrains.kotlinx:atomicfu:0.23.0")
// Http Client
val ktorVersion = "2.3.0"
val ktorVersion = "2.3.6"
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.6.2"
val kotestVersion = "5.8.0"
implementation(kotlin("test-common"))
implementation(kotlin("test-annotations-common"))
implementation("io.kotest:kotest-framework-engine:$kotestVersion")
Expand Down

0 comments on commit 349963d

Please sign in to comment.