Skip to content

Commit 4bf1f07

Browse files
committed
Prefer Kotlin 1.9.10
1 parent 434b131 commit 4bf1f07

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
@@ -35,7 +35,7 @@ dependencies {
3535
implementation(it) {
3636
version {
3737
strictly("[1.6,1.10)")
38-
prefer("1.9.0")
38+
prefer("1.9.10")
3939
}
4040
}
4141
}

0 commit comments

Comments
 (0)