Skip to content

Commit b010c66

Browse files
authored
Merge pull request #32 from GetStream/update/binary-validator
Update binary validator to 0.10.1
2 parents be05482 + 6a3366a commit b010c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/io/getstream/avatarview/Dependencies.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Versions {
66
internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = "1.1.0"
77
internal const val KOTLIN = "1.6.10"
88
internal const val KOTLIN_GRADLE_DOKKA = "1.6.10"
9-
internal const val KOTLIN_BINARY_VALIDATOR = "0.8.0"
9+
internal const val KOTLIN_BINARY_VALIDATOR = "0.10.1"
1010
internal const val KOTLIN_COROUTINE = "1.6.0"
1111

1212
internal const val MATERIAL = "1.5.0"

0 commit comments

Comments
 (0)