Skip to content

Commit

Permalink
Upgrade Ktor to 1.6.5
Browse files Browse the repository at this point in the history
Resolves:
#139
  • Loading branch information
joffrey-bion committed Nov 17, 2021
1 parent 3019190 commit a9eb488
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 @@ -21,7 +21,7 @@ dependencies {
api("org.hildan.krossbow:krossbow-websocket-core:2.5.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.0")

val ktorVersion = "1.6.3"
val ktorVersion = "1.6.5"
api("io.ktor:ktor-client-cio:$ktorVersion")
api("io.ktor:ktor-client-serialization-jvm:$ktorVersion")

Expand Down

0 comments on commit a9eb488

Please sign in to comment.