Merge pull request #3671 from vector-im/dependabot/gradle/kotlin_version-1.5.21

Bump kotlin_version from 1.5.20 to 1.5.21
This commit is contained in:
Benoit Marty 2021-07-16 15:28:59 +02:00 committed by GitHub
commit 646dfd5029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
buildscript {
// Ref: https://kotlinlang.org/releases.html
ext.kotlin_version = '1.5.20'
ext.kotlin_version = '1.5.21'
ext.kotlin_coroutines_version = "1.5.0"
repositories {
google()