Skip to content

Commit 8c374a0

Browse files
committed
-Minor changes
1 parent 12adb28 commit 8c374a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

4141
//Coroutines
4242
api(Deps.coroutines)
43-
api(Deps.coroutinesJdk8)
44-
api(Deps.coroutinesSf4j)
43+
implementation(Deps.coroutinesJdk8)
44+
implementation(Deps.coroutinesSf4j)
4545
}
4646

4747
java {

buildSrc/src/main/java/Deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object Versions {
55
const val kotlinVersion = "1.5.31"
66
const val okhttpBomVersion = "4.10.0"
77
const val gsonVersion = "2.10.1"
8-
const val coroutinesVersion = "1.5.2"
8+
const val coroutinesVersion = "1.6.4"
99
}
1010

1111
object Deps {

0 commit comments

Comments
 (0)