Skip to content

Commit 249c94e

Browse files
authored
Prefer Kotlin 2.0.20 (#263)
1 parent 95b5f41 commit 249c94e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
implementation(it) {
6161
version {
6262
strictly("[1.6,3)")
63-
prefer("1.9.25")
63+
prefer("2.0.20")
6464
}
6565
}
6666
}

0 commit comments

Comments
 (0)