File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.3.31 '
2
+ ext. kotlin_version = ' 1.3.41 '
3
3
ext. dokka_version = ' 0.9.17'
4
4
5
5
repositories { jcenter() }
@@ -12,7 +12,7 @@ buildscript {
12
12
13
13
14
14
plugins {
15
- id " com.diffplug.gradle.spotless" version " 3.23.0 "
15
+ id " com.diffplug.gradle.spotless" version " 3.23.1 "
16
16
id " base"
17
17
id " io.codearte.nexus-staging" version " 0.21.0"
18
18
id " com.bmuschko.nexus" version " 2.3.1"
@@ -37,7 +37,7 @@ dependencies {
37
37
compile " com.squareup.moshi:moshi:1.8.0"
38
38
compile " com.squareup.moshi:moshi-kotlin:1.8.0"
39
39
40
- compile group : ' com.google.http-client' , name : ' google-http-client' , version : ' 1.29.1 '
40
+ compile group : ' com.google.http-client' , name : ' google-http-client' , version : ' 1.30.2 '
41
41
42
42
compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
43
43
compile " org.jetbrains.kotlin:kotlin-reflect:$kotlin_version "
You can’t perform that action at this time.
0 commit comments