Use kotlin 1.5.20

This commit is contained in:
ligi 2021-07-02 23:54:51 +02:00
parent 00caa6af55
commit 7a06e38f5e
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -1,6 +1,6 @@
buildscript {
ext {
KOTLIN_VERSION = "1.5.10"
KOTLIN_VERSION = "1.5.20"
KETHEREUM_VERSION = "0.83.6"
}