Skip to content

Commit d51f308

Browse files
build: Update Ktor to 2.3.13
1 parent 27ff643 commit d51f308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ dependencies {
126126
}
127127

128128
shadowMe(platform(kotlin("bom")))
129-
shadowMe(platform(ktor("bom", "2.3.12", addSuffix = false)))
129+
shadowMe(platform(ktor("bom", "2.3.13", addSuffix = false)))
130130

131131
shadowMe(ktor("serialization-kotlinx-json")) { excludeKotlin() }
132132

0 commit comments

Comments
 (0)