Skip to content

Commit 279e7ed

Browse files
Bump org.jetbrains.kotlin.plugin.serialization from 1.9.23 to 2.0.0 (#29)
Bumps [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) from 1.9.23 to 2.0.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.23...v2.0.0) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1cb2614 commit 279e7ed

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
@@ -11,7 +11,7 @@ plugins {
1111
application
1212
jacoco
1313
kotlin("jvm") version "2.0.0"
14-
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.23"
14+
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.0"
1515
id("com.github.johnrengelman.shadow") version "7.0.0"
1616
id("org.sonarqube") version "5.0.0.4638"
1717
}

0 commit comments

Comments
 (0)