We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a7c7f commit 63bf927Copy full SHA for 63bf927
build.gradle
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
3
buildscript{
4
ext {
5
kotlinVersion = '1.5.20'
6
- kotlinCoroutinesVersion = '1.4.1'
+ kotlinCoroutinesVersion = '1.5.0'
7
junit5Version = '5.7.2'
8
}
9
@@ -30,7 +30,7 @@ dependencies {
30
// Use a version range to make it easy to upgrade the Relaynet library in the application code
31
api 'tech.relaycorp:awala:[1.48.5,2.0.0)'
32
33
- implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1"
+ implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion"
34
35
testImplementation("org.jetbrains.kotlin:kotlin-test")
36
testImplementation("org.junit.jupiter:junit-jupiter:$junit5Version")
0 commit comments