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

Commit

Permalink
fix(deps): update dependency io.ktor:ktor-server-websockets to v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 4, 2023
1 parent e1ef5ab commit 1aba106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins {
}

dependencies {
implementation("io.ktor:ktor-server-websockets:2.2.1")
implementation("io.ktor:ktor-server-websockets:2.2.2")
api("io.ktor:ktor-server-core:2.2.2")

testImplementation("io.ktor:ktor-server-test-host:2.2.2")
Expand Down

0 comments on commit 1aba106

Please sign in to comment.