Bump Kotlin to 1.8.10

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2023-03-02 09:22:08 +01:00 committed by Tobias Kaminsky (Rebase PR Action)
parent 8383ca3ef4
commit d2fe027a0e

View file

@ -2,7 +2,7 @@
buildscript {
ext {
kotlinVersion = '1.8.0'
kotlinVersion = '1.8.10'
}
repositories {
mavenCentral()