Skip to content

Commit

Permalink
Upgrade to Kotlin 1.3.31 (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
shashachu authored May 28, 2019
1 parent 5658473 commit 999c2e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.30" apply false
id "org.jetbrains.kotlin.jvm" version "1.3.31" apply false
}

ext.libraries = [
"kotlin_stdlib": "org.jetbrains.kotlin:kotlin-stdlib:1.3.30",
"kotlin_compiler_embeddable": "org.jetbrains.kotlin:kotlin-compiler-embeddable:1.3.30",
"kotlin_stdlib": "org.jetbrains.kotlin:kotlin-stdlib:1.3.31",
"kotlin_compiler_embeddable": "org.jetbrains.kotlin:kotlin-compiler-embeddable:1.3.31",
"klob": "com.github.shyiko.klob:klob:0.2.1",
"aether_api": "org.eclipse.aether:aether-api:1.1.0",
"aether_spi": "org.eclipse.aether:aether-spi:1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion ktlint-ruleset-template/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3.30'
ext.kotlin_version = '1.3.31'
repositories {
mavenCentral()
maven { url 'https://repo.spring.io/plugins-release' }
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.30</kotlin.version>
<kotlin.version>1.3.31</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 999c2e6

Please # to comment.