Skip to content

Commit 78c4ab8

Browse files
committed
Prefer Kotlin 1.9.22
1 parent c36ec39 commit 78c4ab8

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
@@ -36,7 +36,7 @@ dependencies {
3636
implementation(it) {
3737
version {
3838
strictly("[1.6,1.10)")
39-
prefer("1.9.21")
39+
prefer("1.9.22")
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)