Skip to content

Commit

Permalink
Update Kotlin to 1.3.60 version. (#658)
Browse files Browse the repository at this point in the history
Changelog: https://github.com/JetBrains/kotlin/blob/v1.3.60/ChangeLog.md
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
  • Loading branch information
Tapchicoma authored Nov 25, 2019
1 parent 35cdd1d commit 61fd025
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.3.50' apply false
id 'org.jetbrains.kotlin.jvm' version '1.3.60' apply false
id 'com.vanniktech.maven.publish' version '0.8.0' apply false
}

ext.versions = [
'kotlin': '1.3.50',
'kotlin': '1.3.60',
'gradle': '5.6.2'
]

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.3.50</kotlin.version>
<kotlin.version>1.3.60</kotlin.version>
<kotlin.compiler.languageVersion>1.3</kotlin.compiler.languageVersion>
<kotlin.compiler.apiVersion>1.3</kotlin.compiler.apiVersion>
<klob.version>0.2.1</klob.version>
Expand Down

0 comments on commit 61fd025

Please sign in to comment.