Skip to content

Commit f14a56a

Browse files
committed
Update kotlincrypto.hash to 0.5.5
1 parent c549237 commit f14a56a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ dependencies {
147147
<!-- TAG_DEPENDENCIES -->
148148
[badge-kotlin]: https://img.shields.io/badge/kotlin-1.9.24-blue.svg?logo=kotlin
149149
[badge-core]: https://img.shields.io/badge/kotlincrypto.core-0.5.5-blue.svg
150-
[badge-hash]: https://img.shields.io/badge/kotlincrypto.hash-0.5.4-blue.svg
150+
[badge-hash]: https://img.shields.io/badge/kotlincrypto.hash-0.5.5-blue.svg
151151

152152
<!-- TAG_PLATFORMS -->
153153
[badge-platform-android]: http://img.shields.io/badge/-android-6EDB8D.svg?style=flat

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ gradle-kotlin = "1.9.24"
1313
gradle-publish-maven = "0.29.0"
1414

1515
kotlincrypto-core = "0.5.5"
16-
kotlincrypto-hash = "0.5.4"
16+
kotlincrypto-hash = "0.5.5"
1717
kotlincrypto-endians = "0.3.1"
18-
kotlincrypto-sponges = "0.3.2"
18+
kotlincrypto-sponges = "0.3.3"
1919

2020
[libraries]
2121
gradle-kmp-configuration = { module = "io.matthewnelson:gradle-kmp-configuration-plugin", version.ref = "gradle-kmp-configuration" }

0 commit comments

Comments
 (0)