File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed
integration-test/buildSrc Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,13 @@ plugins {
7
7
repositories {
8
8
jcenter()
9
9
gradlePluginPortal()
10
- maven (" https://dl.bintray.com/kotlin/kotlin-eap" )
11
- maven (" https://kotlin.bintray.com/kotlinx" )
12
10
}
13
11
14
12
dependencies {
15
- api(kotlin(" gradle-plugin" , version = " 1.4.0-rc " ))
13
+ api(kotlin(" gradle-plugin" , version = " 1.4.0" ))
16
14
api(" org.jetbrains.dokka:dokka-gradle-plugin:1.4.0-rc" )
17
15
api(" com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4" )
18
- api(" gradle.plugin.org.jetbrains.intellij.plugins:gradle-intellij-plugin:0.4.10 " )
16
+ api(" gradle.plugin.org.jetbrains.intellij.plugins:gradle-intellij-plugin:0.4.21 " )
19
17
api(" com.github.jengelman.gradle.plugins:shadow:4.0.2" )
20
- implementation(kotlin(" reflect" , version = " 1.4.0-rc " ))
18
+ implementation(kotlin(" reflect" , version = " 1.4.0" ))
21
19
}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ object Dependencies {
16
16
val mockitoCore = " org.mockito:mockito-core:2.23.4"
17
17
val mockitoInline = " org.mockito:mockito-inline:2.23.4"
18
18
19
- val kotlinCoroutinesCore = " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8-1.4.0-rc "
19
+ val kotlinCoroutinesCore = " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9 "
20
20
21
21
val autoService = " com.google.auto.service:auto-service:1.0-rc4"
22
22
}
Original file line number Diff line number Diff line change 1
1
repositories {
2
2
jcenter()
3
- maven (" https://dl.bintray.com/kotlin/kotlin-eap" )
4
- maven (" https://kotlin.bintray.com/kotlinx" )
5
3
}
6
4
7
5
dependencies {
8
- implementation(kotlin(" gradle-plugin" , version = " 1.4.0-rc " ))
9
- implementation(kotlin(" reflect" , version = " 1.4.0-rc " ))
6
+ implementation(kotlin(" gradle-plugin" , version = " 1.4.0" ))
7
+ implementation(kotlin(" reflect" , version = " 1.4.0" ))
10
8
}
You can’t perform that action at this time.
0 commit comments