Skip to content

Commit 96fe062

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 1da14f7 + b1c56a6 commit 96fe062

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
google()
1616
}
1717
dependencies {
18-
classpath("com.guardsquare:proguard-gradle:7.7.0")
18+
classpath("com.guardsquare:proguard-gradle:7.8.1")
1919
}
2020
}
2121
val envProperties = Properties()

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ junit = "4.13.2"
44

55
# plugins
66
changelog = "2.4.0"
7-
intelliJPlatform = "2.9.0"
7+
intelliJPlatform = "2.10.0"
88
kotlin = "2.2.20"
9-
kover = "0.9.2"
9+
kover = "0.9.3"
1010
qodana = "2025.2.1"
1111

1212
[libraries]

0 commit comments

Comments
 (0)