Skip to content

Commit e115e95

Browse files
Bump kotlinx-coroutines-core from 1.5.1 to 1.5.2 (#93)
Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.5.1...1.5.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a95e61 commit e115e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repositories {
3535

3636
dependencies {
3737
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
38-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1'
38+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2'
3939
testImplementation 'junit:junit:4.13.2'
4040
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
4141
}

0 commit comments

Comments
 (0)