Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Apr 20, 2024
1 parent 0e91b25 commit e0c6c33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kcef/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ plugins {
id("org.jetbrains.dokka")
}

val ktorVersion = "2.3.4"
val ktorVersion = "2.3.10"

dependencies {
api(project(":jcef"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
implementation("io.ktor:ktor-client-core:$ktorVersion")
implementation("io.ktor:ktor-client-okhttp:$ktorVersion")
implementation("io.ktor:ktor-client-content-negotiation:$ktorVersion")
implementation("io.ktor:ktor-serialization-kotlinx-json:$ktorVersion")
implementation("org.apache.commons:commons-compress:1.24.0")
implementation("org.apache.commons:commons-compress:1.26.1")
implementation(kotlin("stdlib"))
}

Expand Down

0 comments on commit e0c6c33

Please sign in to comment.