We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 5685e85 commit a8d6ea2Copy full SHA for a8d6ea2
build.gradle
@@ -10,7 +10,7 @@ buildscript {
10
}
11
12
plugins {
13
- id 'nebula.kotlin' version '1.3.60'
+ id 'nebula.kotlin' version '1.3.70'
14
id 'org.jmailen.kotlinter' version '1.26.0'
15
id 'io.gitlab.arturbosch.detekt' version '1.0.0-RC14'
16
id 'org.jetbrains.dokka' version '0.10.0'
gradle.properties
@@ -1,6 +1,6 @@
1
groovyVersion=3.0.1
2
groovy2Version=2.5.10
3
-kotlinVersion=1.3.60
+kotlinVersion=1.3.70
4
httpBuilderVersion=1.0.4
5
commonsLang3Version=3.4
6
httpClientVersion=4.5.5
0 commit comments