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

Commit 2f9c9ac

Browse files
committed
Update dependency io.ktor:ktor-bom to v2.0.1
1 parent 39fe841 commit 2f9c9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.3.2"))
3434
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.1"))
3535
api(platform("org.jetbrains.exposed:exposed-bom:0.38.2"))
36-
api(platform("io.ktor:ktor-bom:2.0.0"))
36+
api(platform("io.ktor:ktor-bom:2.0.1"))
3737

3838
// kotlinx.coroutines
3939
api("org.jetbrains.kotlinx:kotlinx-coroutines-core")

0 commit comments

Comments
 (0)