Merge pull request #4164 from nextcloud/dependabot/gradle/kotlin_version-1.3.40

Bump kotlin_version from 1.3.31 to 1.3.40
This commit is contained in:
Andy Scherzinger 2019-06-20 16:26:46 +02:00 committed by GitHub
commit f49fcf0b44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
import com.github.spotbugs.SpotBugsTask
buildscript {
ext.kotlin_version = '1.3.31'
ext.kotlin_version = '1.3.40'
repositories {
google()
jcenter()