Skip to content

Commit

Permalink
chore(deps): update plugin io.ktor.plugin to 3.1.+ (#8235)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 14, 2025
1 parent 8c4f410 commit 59e7a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin/ktor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ val logback_version: String by project

plugins {
kotlin("jvm") version "2.1.+"
id("io.ktor.plugin") version "3.0.+"
id("io.ktor.plugin") version "3.1.+"
}

group = "com.example"
Expand Down

0 comments on commit 59e7a9b

Please sign in to comment.