Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit 939dfb0

Browse files
Update Properties.kt
1 parent 4ecc3b1 commit 939dfb0

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

buildSrc/src/main/kotlin/Properties.kt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ object Properties {
5959
Pair("stdlib", "org.jetbrains.kotlin:kotlin-stdlib:%version%")
6060
)
6161
it["kotlinx"] = mutableMapOf(
62-
Pair("coroutines-core", "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3")
63-
)
64-
it["kotlinx"] = mutableMapOf(
65-
Pair("coroutines-core", "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3")
62+
Pair("coroutines-core", "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1")
6663
)
6764
it["database"] = mutableMapOf(
6865
Pair("mongo", "org.mongodb:mongodb-driver-sync:4.3.0")
@@ -73,4 +70,4 @@ object Properties {
7370
}
7471

7572

76-
}
73+
}

0 commit comments

Comments
 (0)