Skip to content

Commit

Permalink
update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
siosio committed Sep 19, 2018
1 parent 6f3e3b7 commit b20bdb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.10"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.70"
}
}

Expand Down Expand Up @@ -33,7 +33,7 @@ repositories {
}

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.10"
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.70"
testCompile 'junit:junit:4.12'
}

Expand Down

0 comments on commit b20bdb7

Please sign in to comment.