Skip to content

Commit

Permalink
Bumped version of kotlin-compiler to 1.2.30
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko committed Mar 1, 2018
1 parent e3e189a commit 5314224
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.2.20" apply false
id "org.jetbrains.kotlin.jvm" version "1.2.30" apply false
}

ext.libraries = [
"kotlin_stdlib": "org.jetbrains.kotlin:kotlin-stdlib:1.2.20",
"kotlin_compiler_embeddable": "org.jetbrains.kotlin:kotlin-compiler-embeddable:1.2.20",
"kotlin_stdlib": "org.jetbrains.kotlin:kotlin-stdlib:1.2.30",
"kotlin_compiler_embeddable": "org.jetbrains.kotlin:kotlin-compiler-embeddable:1.2.30",
"klob": "com.github.shyiko.klob:klob:0.2.0",
"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.2.0'
ext.kotlin_version = '1.2.30'
repositories {
mavenCentral()
maven { url 'http://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 @@ -45,7 +45,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.2.20</kotlin.version>
<kotlin.version>1.2.30</kotlin.version>
<kotlin.compiler.languageVersion>1.1</kotlin.compiler.languageVersion>
<kotlin.compiler.apiVersion>1.1</kotlin.compiler.apiVersion>
<aether.version>1.1.0</aether.version>
Expand Down

0 comments on commit 5314224

Please sign in to comment.