Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Update dependency io.ktor:ktor-bom to v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 1, 2023
1 parent d1bd3aa commit 4eee1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.1"))
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
api(platform("software.amazon.awssdk:bom:2.19.27"))
api(platform("io.ktor:ktor-bom:2.2.2"))
api(platform("io.ktor:ktor-bom:2.2.3"))

// kotlinx.coroutines libraries
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8")
Expand Down

0 comments on commit 4eee1e1

Please sign in to comment.