Skip to content

Commit 1d60338

Browse files
author
Ronald Holshausen
committedApr 4, 2020
chore: update Kotlin to 1.3.71
1 parent d57fcef commit 1d60338

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.70'
13+
id 'org.jetbrains.kotlin.jvm' version '1.3.71'
1414
id 'org.jmailen.kotlinter' version '2.3.2'
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.70
3+
kotlinVersion=1.3.71
44
httpBuilderVersion=1.0.4
55
commonsLang3Version=3.4
66
httpClientVersion=4.5.5

0 commit comments

Comments
 (0)
Please sign in to comment.