Skip to content

Commit 1fbe1ca

Browse files
committed
fix mockk dependency
1 parent 8ea282f commit 1fbe1ca

File tree

1 file changed

+1
-1
lines changed
  • buildSrc/src/main/java/co/ycharts/dependency

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/co/ycharts/dependency/Version.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ object Version {
1313
const val COMPOSE_ACTIVITY = "1.7.0"
1414
const val RUNTIME_KTX = "2.6.1'"
1515
const val KOTLIN_COMPILER_EXT = "1.4.4"
16-
const val MOCKK = "1.4.1"
16+
const val MOCKK = "1.13.4"
1717
}

0 commit comments

Comments
 (0)