Skip to content

Commit e280a20

Browse files
Kotlin: make 2.4.20-RC the test default
Use Kotlin 2.4.20-RC by default in the development wrapper so Kotlin 2 tests exercise the newly supported prerelease. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5a48d3b commit e280a20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/kotlin-extractor/dev/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import io
2828
import os
2929

30-
DEFAULT_VERSION = "2.4.10"
30+
DEFAULT_VERSION = "2.4.20-RC"
3131

3232

3333
def options():

0 commit comments

Comments
 (0)