Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent 5aa61ee commit 4dbfe0e
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 @@ -20,7 +20,7 @@ plugins {
application
kotlin("jvm") version "1.9.24"
id("io.ktor.plugin") version "2.3.11"
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.24"
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.0"
id("io.gitlab.arturbosch.detekt") version "1.23.6"
}

Expand Down

0 comments on commit 4dbfe0e

Please sign in to comment.