Skip to content

Commit 38e9049

Browse files
committed
Upgrade to Kotlin Coroutines 1.6.3-native-mt
Closes gh-31742
1 parent 611514a commit 38e9049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ bom {
11001100
]
11011101
}
11021102
}
1103-
library("Kotlin Coroutines", "1.6.3") {
1103+
library("Kotlin Coroutines", "1.6.3-native-mt") {
11041104
group("org.jetbrains.kotlinx") {
11051105
imports = [
11061106
"kotlinx-coroutines-bom"

0 commit comments

Comments
 (0)