Skip to content

Commit

Permalink
Bump io.ktor.plugin from 2.3.12 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps io.ktor.plugin from 2.3.12 to 3.0.0.

---
updated-dependencies:
- dependency-name: io.ktor.plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and onriv committed Oct 18, 2024
1 parent 840a52b commit b8c70f3
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 @@ -31,7 +31,7 @@ fun environment(key: String) = providers.environmentVariable(key)
plugins {
id("java") // Java support
// from https://github.com/ktorio/ktor-samples/blob/main/sse/build.gradle.kts
id("io.ktor.plugin") version "2.3.12"
id("io.ktor.plugin") version "3.0.0"
alias(libs.plugins.kotlin) // Kotlin support
alias(libs.plugins.gradleIntelliJPlugin) // Gradle IntelliJ Plugin
alias(libs.plugins.changelog) // Gradle Changelog Plugin
Expand Down

0 comments on commit b8c70f3

Please sign in to comment.