Skip to content

Commit 7db13dd

Browse files
Bump plugin.serialization from 1.8.10 to 2.0.21
Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.8.10 to 2.0.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.10...v2.0.21) --- 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 2350a52 commit 7db13dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
`kotlin-dsl`
33
kotlin("jvm") version "1.8.10"
4-
kotlin("plugin.serialization") version "1.8.10"
4+
kotlin("plugin.serialization") version "2.0.21"
55
// id("java-gradle-plugin")
66
}
77

0 commit comments

Comments
 (0)