Skip to content

Commit 079ba77

Browse files
romtsnclaude
andcommitted
fix(ci): Try Kotlin 2.3.0 for Gradle 9.5+
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ddf6db3 commit 079ba77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/generate-compat-matrix.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class GenerateMatrix : CliktCommand() {
9292
mapOf(
9393
"7.5".toVersion(strict = false) to "1.8.20",
9494
"9.0.0".toVersion(strict = false) to "2.1.0",
95-
"9.5.0-0".toVersion(strict = false) to "2.3.10",
95+
"9.5.0-0".toVersion(strict = false) to "2.3.0",
9696
)
9797
// TODO: make it dynamic too
9898
val kotlinVersion = "2.1.0".toVersion()

0 commit comments

Comments
 (0)