Skip to content

Commit 9cc3819

Browse files
build(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-core (#215)
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.0 to 1.10.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.8.0...1.10.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33ce750 commit 9cc3819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ dependencies {
4040
testImplementation("io.mockk:mockk:1.14.6")
4141
testImplementation("io.mockk:mockk-agent-jvm:1.14.6")
4242

43-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
44-
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0")
43+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
44+
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")
4545

4646
// IntelliJ Platform Gradle Plugin Dependencies Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html
4747
intellijPlatform {

0 commit comments

Comments
 (0)