Skip to content

Commit d2d4846

Browse files
[Update]: Bump coroutinesVersion from 1.7.1 to 1.7.2
Bumps `coroutinesVersion` from 1.7.1 to 1.7.2. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.7.1 to 1.7.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.7.1...1.7.2) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.7.1 to 1.7.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.7.1...1.7.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11503e2 commit d2d4846

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies {
7373

7474

7575
// Coroutines
76-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1")
76+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
7777
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")
7878

7979
// Testing

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
composeVersion = '1.4.1'
88
composeCompilerVersion = '1.4.4'
99
activityVersion = '1.7.0'
10-
coroutinesVersion = '1.7.1'
10+
coroutinesVersion = '1.7.2'
1111
appCompatVersion = '1.6.1'
1212
jUnitVersion = '4.13.2'
1313
mockkVersion = '1.13.5'

0 commit comments

Comments
 (0)