Skip to content

Commit 921a5f6

Browse files
dependabot[bot]Blarc
authored andcommitted
---
updated-dependencies: - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d9947b1 commit 921a5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fun properties(key: String) = project.findProperty(key).toString()
66
plugins {
77
id("org.jetbrains.kotlin.jvm") version "2.0.0"
88
id("org.jetbrains.intellij") version "1.17.3"
9-
kotlin("plugin.serialization") version "1.9.24"
9+
kotlin("plugin.serialization") version "2.0.0"
1010

1111
// Gradle Changelog Plugin
1212
id("org.jetbrains.changelog") version "2.2.0"

0 commit comments

Comments
 (0)