Skip to content

Commit

Permalink
Merge pull request #201 from TheFruxz/dependabot/gradle/rework/2023/i…
Browse files Browse the repository at this point in the history
…o.ktor-ktor-client-core-jvm-3.1.0

chore(deps): bump io.ktor:ktor-client-core-jvm from 3.0.3 to 3.1.0
  • Loading branch information
TheFruxz authored Feb 13, 2025
2 parents 1d5d1ec + bb7869f commit b1a5fc2
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 @@ -60,7 +60,7 @@ dependencies {
implementation("com.mojang:brigadier:1.0.18")

implementation("io.ktor:ktor-client-cio:3.1.0").deliver()
implementation("io.ktor:ktor-client-core-jvm:3.0.3").deliver()
implementation("io.ktor:ktor-client-core-jvm:3.1.0").deliver()
implementation("io.ktor:ktor-serialization-kotlinx-json:3.1.0").deliver()
implementation("io.ktor:ktor-client-content-negotiation:3.1.0").deliver()

Expand Down

0 comments on commit b1a5fc2

Please sign in to comment.