Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/generate-compat-matrix.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class GenerateMatrix : CliktCommand() {
mapOf(
"7.5".toVersion(strict = false) to "1.8.20",
"9.0.0".toVersion(strict = false) to "2.1.0",
"9.5.0-0".toVersion(strict = false) to "2.3.0",
"9.2.0-0".toVersion(strict = false) to "2.3.0",
)
// TODO: make it dynamic too
val kotlinVersion = "2.1.0".toVersion()
Expand Down
Loading