Skip to content

Commit 4066e90

Browse files
chore(deps): bump plugin.serialization from 2.1.20 to 2.2.0
Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 2.1.20 to 2.2.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.20...v2.2.0) --- updated-dependencies: - dependency-name: plugin.serialization dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4a2e08e commit 4066e90

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
@@ -10,7 +10,7 @@ plugins {
1010
alias(libs.plugins.changelog) // Gradle Changelog Plugin
1111
alias(libs.plugins.qodana) // Gradle Qodana Plugin
1212
alias(libs.plugins.kover) // Gradle Kover Plugin
13-
kotlin("plugin.serialization") version "2.1.20"
13+
kotlin("plugin.serialization") version "2.2.0"
1414
}
1515

1616
group = providers.gradleProperty("pluginGroup").get()

0 commit comments

Comments
 (0)