Update kotlin version

This commit is contained in:
Nikolay Martynov 2020-01-23 09:39:46 -05:00
parent 53026932a8
commit be6a7730bf
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,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.50",
kotlin : "1.3.61",
coroutines : "1.3.0"
]