Skip to content

Commit

Permalink
Merge pull request #180 from laco-dev/feature/#179
Browse files Browse the repository at this point in the history
빌드 오류 수정 : turbin 오타 수정
  • Loading branch information
laco-dev authored Aug 15, 2023
2 parents 0206c4e + 7a09f04 commit 3e80442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ kotest-runner = { group = "io.kotest", name = "kotest-runner-junit5", version.re
kotest-assertions = { group = "io.kotest", name = "kotest-assertions-core", version.ref = "kotest" }
kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.ref = "kotlin" }
mockk = { group = "io.mockk", name = "mockk", version.ref = "mockk" }
turbin = { group = "app.cash.turbine", name = "turbine", version.ref = "turbine" }
turbine = { group = "app.cash.turbine", name = "turbine", version.ref = "turbine" }

coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "coroutine" }
coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "coroutine" }
Expand Down

0 comments on commit 3e80442

Please sign in to comment.