Skip to content

Commit 6a6871a

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 6268b15 + 878db38 commit 6a6871a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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
alias(libs.plugins.changelog) // Gradle Changelog Plugin
1212
alias(libs.plugins.qodana) // Gradle Qodana Plugin
1313
alias(libs.plugins.kover) // Gradle Kover Plugin
14-
kotlin("plugin.serialization") version "2.2.10"
14+
kotlin("plugin.serialization") version "2.2.20"
1515
}
1616

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

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ opentest4j = "1.3.0"
55

66
# plugins
77
changelog = "2.4.0"
8-
intelliJPlatform = "2.8.0"
9-
kotlin = "2.2.10"
10-
kover = "0.9.1"
8+
intelliJPlatform = "2.9.0"
9+
kotlin = "2.2.20"
10+
kover = "0.9.2"
1111
qodana = "2025.2.1"
1212

1313
[libraries]

0 commit comments

Comments
 (0)