Skip to content

Commit d6720b0

Browse files
authored
Merge pull request #8 from rhaendel/dependabot/gradle/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.10.2
Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.10.1 to 1.10.2
2 parents 48e10d1 + a329088 commit d6720b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
}
1010

1111
dependencies {
12-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
12+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
1313

1414
testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
1515
testImplementation("org.assertj:assertj-core:3.27.3")

0 commit comments

Comments
 (0)