Skip to content

Commit

Permalink
Update kotlincrypto.hash to 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Dec 20, 2024
1 parent c549237 commit f14a56a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ dependencies {
<!-- TAG_DEPENDENCIES -->
[badge-kotlin]: https://img.shields.io/badge/kotlin-1.9.24-blue.svg?logo=kotlin
[badge-core]: https://img.shields.io/badge/kotlincrypto.core-0.5.5-blue.svg
[badge-hash]: https://img.shields.io/badge/kotlincrypto.hash-0.5.4-blue.svg
[badge-hash]: https://img.shields.io/badge/kotlincrypto.hash-0.5.5-blue.svg

<!-- TAG_PLATFORMS -->
[badge-platform-android]: http://img.shields.io/badge/-android-6EDB8D.svg?style=flat
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ gradle-kotlin = "1.9.24"
gradle-publish-maven = "0.29.0"

kotlincrypto-core = "0.5.5"
kotlincrypto-hash = "0.5.4"
kotlincrypto-hash = "0.5.5"
kotlincrypto-endians = "0.3.1"
kotlincrypto-sponges = "0.3.2"
kotlincrypto-sponges = "0.3.3"

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

0 comments on commit f14a56a

Please # to comment.