Use Kotlin 1.5.30

This commit is contained in:
ligi 2021-09-14 13:38:22 +02:00
parent c2db32000c
commit 46f91a7275
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -1,6 +1,6 @@
buildscript { buildscript {
ext { ext {
KOTLIN_VERSION = "1.5.20" KOTLIN_VERSION = "1.5.30"
KETHEREUM_VERSION = "0.84.4" KETHEREUM_VERSION = "0.84.4"
} }