Skip to content

Commit

Permalink
Bump ktor version to 1.3.1 to prevent leaked connections (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoghaddam385 authored Jun 26, 2020
1 parent 926e28f commit 081ab27
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 @@ -23,7 +23,7 @@ group = "com.github.mmoghaddam385"
dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61")

val ktorVersion = "1.3.0"
val ktorVersion = "1.3.1"
implementation("io.ktor:ktor-client-core:$ktorVersion")
implementation("io.ktor:ktor-client-websockets:$ktorVersion")
implementation("io.ktor:ktor-client-okhttp:$ktorVersion")
Expand Down

0 comments on commit 081ab27

Please sign in to comment.