Skip to content

Commit

Permalink
Update Ktor to Ktor 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Oct 22, 2024
1 parent c8fe173 commit 7506245
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 @@ -77,7 +77,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")

implementation("io.ktor:ktor-client-cio:2.1.0")
implementation("io.ktor:ktor-client-cio:3.0.0")

implementation("org.apache.commons:commons-text:1.9")

Expand Down

0 comments on commit 7506245

Please sign in to comment.