Skip to content

Commit e909dc9

Browse files
Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.7.3 to 1.8.0 (#22)
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.3 to 1.8.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.7.3...1.8.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 924ab75 commit e909dc9

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
@@ -6,7 +6,7 @@ buildscript {
66
ext.jjwtVersion = 'd6feebe558'
77
ext.retrofitVersion = '2.9.0'
88
ext.coroutineAdapterVersion = '0.9.2'
9-
ext.coroutinesVersion = '1.7.3'
9+
ext.coroutinesVersion = '1.8.0'
1010
ext.bouncycastleVersion = '1.70'
1111
ext.ed25519Version = '0.3.0'
1212
ext.curve25519Version = '0.5.0'

0 commit comments

Comments
 (0)