Skip to content

Commit a59ed88

Browse files
committed
Add Mokkery
Signed-off-by: matt-ramotar <[email protected]>
1 parent ed60e02 commit a59ed88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ ktlint = "0.39.0"
2323
kover = "0.6.0"
2424
store = "5.1.0-SNAPSHOT"
2525
truth = "1.1.3"
26+
turbine = "1.2.0"
2627
binary-compatibility-validator = "0.15.0-Beta.2"
2728

2829
[libraries]
@@ -55,7 +56,7 @@ kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-cor
5556
junit = { group = "junit", name = "junit", version.ref = "junit" }
5657
google-truth = { group = "com.google.truth", name = "truth", version.ref = "truth" }
5758
touchlab-kermit = { group = "co.touchlab", name = "kermit", version.ref = "kermit" }
58-
turbine = "app.cash.turbine:turbine:1.0.0"
59+
turbine = { group = "app.cash.turbine", name = "turbine", version.ref = "turbine" }
5960
binary-compatibility-validator = {module = "org.jetbrains.kotlinx:binary-compatibility-validator", version.ref = "binary-compatibility-validator"}
6061

6162
[plugins]

0 commit comments

Comments
 (0)