Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Blarc committed May 22, 2024
1 parent d9947b1 commit 921a5f6
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 @@ -6,7 +6,7 @@ fun properties(key: String) = project.findProperty(key).toString()
plugins {
id("org.jetbrains.kotlin.jvm") version "2.0.0"
id("org.jetbrains.intellij") version "1.17.3"
kotlin("plugin.serialization") version "1.9.24"
kotlin("plugin.serialization") version "2.0.0"

// Gradle Changelog Plugin
id("org.jetbrains.changelog") version "2.2.0"
Expand Down

0 comments on commit 921a5f6

Please sign in to comment.