Skip to content

Commit c18ebde

Browse files
committed
Upgrade to Kotlin 1.0.6
1 parent 58e113a commit c18ebde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ configure(allprojects) { project ->
6969
ext.junitVersion = "4.12"
7070
ext.junitJupiterVersion = '5.0.0-M3'
7171
ext.junitPlatformVersion = '1.0.0-M3'
72-
ext.kotlinVersion = "1.0.5-3"
72+
ext.kotlinVersion = "1.0.6"
7373
ext.log4jVersion = '2.7'
7474
ext.nettyVersion = "4.1.6.Final"
7575
ext.okhttpVersion = "2.7.5"

0 commit comments

Comments
 (0)