Skip to content

Commit

Permalink
Update kotlin version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasniemeier-zalando committed May 28, 2018
1 parent 348cf2a commit 8559ece
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.2.40'
ext.kotlin_version = '1.2.41'
ext.log4j_version = '2.7'
ext.junit_version = '5.1.0'

Expand All @@ -13,8 +13,8 @@ buildscript {
}

plugins {
id "org.jetbrains.kotlin.jvm" version "1.2.40"
id "org.jetbrains.kotlin.kapt" version "1.2.40"
id "org.jetbrains.kotlin.jvm" version "1.2.41"
id "org.jetbrains.kotlin.kapt" version "1.2.41"
id "org.jetbrains.dokka" version "0.9.16"
id "jacoco"
id "maven"
Expand Down

0 comments on commit 8559ece

Please sign in to comment.