Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
rollback ktor version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
btwonion committed Aug 1, 2024
1 parent c3a2f1c commit 8d55d6c
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 @@ -86,7 +86,7 @@ dependencies {

include(modImplementation("dev.nyon:konfig:2.0.1-1.20.4")!!)

val ktorVersion = "3.0.0-beta-2"
val ktorVersion = "2.3.0"
include(implementation("io.ktor:ktor-client-core:$ktorVersion")!!)
transitiveInclude(implementation("io.ktor:ktor-client-cio:$ktorVersion")!!)

Expand Down

0 comments on commit 8d55d6c

Please sign in to comment.