Skip to content

Commit

Permalink
chore: bump ktor version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiinaKin committed Oct 30, 2024
1 parent ef431d4 commit e001d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ val version: String by project
plugins {
kotlin("jvm") version "2.0.21"
kotlin("plugin.serialization") version "2.0.21"
id("io.ktor.plugin") version "3.0.0"
id("io.ktor.plugin") version "3.0.1"
}

group = "io.sakurasou"
Expand Down

0 comments on commit e001d61

Please sign in to comment.