Skip to content

Commit 9da37cf

Browse files
committed
Prefer Kotlin 2.0.10
1 parent 738072c commit 9da37cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
implementation(it) {
3838
version {
3939
strictly("[1.6,3)")
40-
prefer("2.0.0")
40+
prefer("2.0.10")
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)