Skip to content

Commit

Permalink
Update Kotlin to 1.3.50 version. (pinterest#565)
Browse files Browse the repository at this point in the history
Changelog: https://github.com/JetBrains/kotlin/blob/1.3.50/ChangeLog.md

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
  • Loading branch information
Tapchicoma authored and sowmyav24 committed Aug 31, 2019
1 parent 8b581b3 commit d6cb03a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

ext.versions = [
'kotlin': '1.3.41',
'kotlin': '1.3.50',
'aether': '1.1.0'
]

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.41</kotlin.version>
<kotlin.version>1.3.50</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 d6cb03a

Please # to comment.