Update Kotlin to v1.3.50 (#1841)

This commit is contained in:
M Schalk
2019-08-25 00:34:13 +02:00
committed by Matthew Haughton
parent 943aeaa98c
commit 09e7a143de
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import java.util.Date
plugins {
id("com.gradle.build-scan") version "2.4"
kotlin("jvm") version "1.3.41"
kotlin("jvm") version "1.3.50"
id("com.jfrog.bintray") version "1.8.4"
id("com.jfrog.artifactory") version "4.9.8" apply false
id("com.github.ben-manes.versions") version "0.22.0"