Skip to content

Commit 4fbbd7c

Browse files
[Update]: Bump coroutinesVersion from 1.6.4 to 1.7.0
Bumps `coroutinesVersion` from 1.6.4 to 1.7.0. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.6.4 to 1.7.0 - [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.6.4...1.7.0) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.6.4 to 1.7.0 - [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.6.4...1.7.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 681948d commit 4fbbd7c

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.6.4")
76+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.0")
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.6.4'
10+
coroutinesVersion = '1.7.0'
1111
appCompatVersion = '1.6.1'
1212
jUnitVersion = '4.13.2'
1313
mockkVersion = '1.13.5'

0 commit comments

Comments
 (0)