update kotlin

This commit is contained in:
Nikolay Martynov 2020-04-17 10:36:51 -04:00
parent 20bbc6d9da
commit 5f9bd1e082
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ ext {
lombok : "1.18.10",
bytebuddy : "1.10.6",
scala : "2.11.12", // Last version to support Java 7 (2.12+ require Java 8+)
kotlin : "1.3.61",
kotlin : "1.3.72",
coroutines : "1.3.0"
]