Skip to content

Commit

Permalink
build: Update Ktor to 2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed Jan 8, 2024
1 parent 5121366 commit e9b2c85
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 @@ -112,7 +112,7 @@ dependencies {
}

shadowMe(platform(kotlin("bom")))
shadowMe(platform(ktor("bom", "2.2.4", addSuffix = false)))
shadowMe(platform(ktor("bom", "2.3.7", addSuffix = false)))

shadowMe(ktor("serialization-kotlinx-json"))
shadowMe(ktor("serialization-gson"))
Expand Down

0 comments on commit e9b2c85

Please sign in to comment.