Skip to content

Commit ecbe885

Browse files
chore(deps): bump plugin.serialization from 1.8.21 to 1.8.22 (#17)
Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.8.21 to 1.8.22. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.21...v1.8.22) --- updated-dependencies: - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3670a79 commit ecbe885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33
plugins {
44
kotlin("jvm") version "1.8.22"
55
id("org.jetbrains.kotlinx.kover") version "0.7.1"
6-
kotlin("plugin.serialization") version "1.8.21"
6+
kotlin("plugin.serialization") version "1.8.22"
77
`maven-publish`
88
signing
99
}

0 commit comments

Comments
 (0)