Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Commit

Permalink
Update dependency io.ktor:ktor-bom to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 29, 2022
1 parent 39fe841 commit 2f9c9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commons/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.3.2"))
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.1"))
api(platform("org.jetbrains.exposed:exposed-bom:0.38.2"))
api(platform("io.ktor:ktor-bom:2.0.0"))
api(platform("io.ktor:ktor-bom:2.0.1"))

// kotlinx.coroutines
api("org.jetbrains.kotlinx:kotlinx-coroutines-core")
Expand Down

0 comments on commit 2f9c9ac

Please sign in to comment.