Skip to content

Commit 239dfb4

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.10.1
1 parent 973be09 commit 239dfb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Dependencies.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object DependenciesVersions {
44
const val jUnit = "4.13.2"
55
const val nexusPublishGradlePlugin = "1.3.0"
66
const val jna = "5.14.0"
7-
const val coroutines = "1.7.3"
7+
const val coroutines = "1.10.1"
88
const val annotations = "1.7.1"
99
}
1010

0 commit comments

Comments
 (0)