diff options
author | sebastian.sellmair <sebastian.sellmair@jetbrains.com> | 2020-08-14 14:45:50 +0200 |
---|---|---|
committer | Sebastian Sellmair <34319766+sellmair@users.noreply.github.com> | 2020-08-14 18:56:39 +0200 |
commit | b19ce3c7622666bd638baf2f840e898bb00efd90 (patch) | |
tree | 7451e09ace0039b67f8e466186a7b0b53ed73cc9 /integration-tests/gradle/projects | |
parent | b856a67e4bea18bb3929ede72aa19b6e80cccfd1 (diff) | |
download | dokka-b19ce3c7622666bd638baf2f840e898bb00efd90.tar.gz dokka-b19ce3c7622666bd638baf2f840e898bb00efd90.tar.bz2 dokka-b19ce3c7622666bd638baf2f840e898bb00efd90.zip |
Update Gradle version to 6.6
Diffstat (limited to 'integration-tests/gradle/projects')
-rw-r--r-- | integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts | 2 | ||||
-rw-r--r-- | integration-tests/gradle/projects/it-multiplatform-0/gradle.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts b/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts index 26200399..a8d7b837 100644 --- a/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts +++ b/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts @@ -13,7 +13,7 @@ kotlin { sourceSets { named("commonMain") { dependencies { - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8-1.4.0-rc") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9") } } } diff --git a/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties b/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties index 6e199df5..80455dd0 100644 --- a/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties +++ b/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties @@ -1 +1 @@ -dokka_it_kotlin_version=1.4.0-rc +dokka_it_kotlin_version=1.4.0 |