Skip to content

Commit a8d6ea2

Browse files
author
Ronald Holshausen
committedMar 21, 2020
chore: upgrade Kotlin to 1.3.70
1 parent 5685e85 commit a8d6ea2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
}
1111

1212
plugins {
13-
id 'nebula.kotlin' version '1.3.60'
13+
id 'nebula.kotlin' version '1.3.70'
1414
id 'org.jmailen.kotlinter' version '1.26.0'
1515
id 'io.gitlab.arturbosch.detekt' version '1.0.0-RC14'
1616
id 'org.jetbrains.dokka' version '0.10.0'

‎gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
groovyVersion=3.0.1
22
groovy2Version=2.5.10
3-
kotlinVersion=1.3.60
3+
kotlinVersion=1.3.70
44
httpBuilderVersion=1.0.4
55
commonsLang3Version=3.4
66
httpClientVersion=4.5.5

0 commit comments

Comments
 (0)
Please sign in to comment.