Skip to content

Commit 9504bce

Browse files
Bump org.jetbrains.kotlin.plugin.serialization from 1.9.23 to 2.0.20
Bumps [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) from 1.9.23 to 2.0.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.23...v2.0.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f013cac commit 9504bce

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
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33

44
plugins {
55
kotlin("jvm") version "1.9.23"
6-
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.23"
6+
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.20"
77
id("org.cqfn.diktat.diktat-gradle-plugin") version "1.2.5"
88
`maven-publish`
99
}

0 commit comments

Comments
 (0)