Skip to content

Commit

Permalink
Bump Kotlin version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Oct 30, 2018
1 parent d090e7e commit 16a0060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import java.lang.reflect.Method
plugins {
base
maven
kotlin("jvm") version "1.3.0-rc-190" apply false
kotlin("kapt") version "1.3.0-rc-190" apply false
kotlin("jvm") version "1.3.0" apply false
kotlin("kapt") version "1.3.0" apply false
id("com.palantir.git-version") version "0.12.0-rc2"
id("com.gradle.build-scan") version "1.16"
}
Expand Down

0 comments on commit 16a0060

Please sign in to comment.