Skip to content

Commit ce83c4b

Browse files
Bump plugin.serialization from 2.3.21 to 2.4.0 (#41)
Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 2.3.21 to 2.4.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.21...v2.4.0) --- updated-dependencies: - dependency-name: plugin.serialization dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 800410e commit ce83c4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import com.vanniktech.maven.publish.SourcesJar
44

55
plugins {
66
kotlin("jvm") version "2.3.21"
7-
kotlin("plugin.serialization") version "2.3.21"
7+
kotlin("plugin.serialization") version "2.4.0"
88
id("com.vanniktech.maven.publish") version "0.36.0"
99
id("signing")
1010
}

0 commit comments

Comments
 (0)