Skip to content

Commit 63bf927

Browse files
authored
fix(deps): Bump kotlinCoroutinesVersion from 1.4.1 to 1.5.0 (#49)
1 parent 06a7c7f commit 63bf927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33
buildscript{
44
ext {
55
kotlinVersion = '1.5.20'
6-
kotlinCoroutinesVersion = '1.4.1'
6+
kotlinCoroutinesVersion = '1.5.0'
77
junit5Version = '5.7.2'
88
}
99
}
@@ -30,7 +30,7 @@ dependencies {
3030
// Use a version range to make it easy to upgrade the Relaynet library in the application code
3131
api 'tech.relaycorp:awala:[1.48.5,2.0.0)'
3232

33-
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1"
33+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion"
3434

3535
testImplementation("org.jetbrains.kotlin:kotlin-test")
3636
testImplementation("org.junit.jupiter:junit-jupiter:$junit5Version")

0 commit comments

Comments
 (0)