Skip to content

Commit 00b474c

Browse files
authored
Update kotlincrypto dependencies to latest stable versions (#54)
1 parent 7d203b7 commit 00b474c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

benchmarks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# benchmarks
22

3-
Benchmarks for tracking performance of `hash` implementations.
3+
Benchmarks for tracking performance of `MACs` implementations.
44

55
**NOTE:** Benchmarking is run on every Pull Request. Results can be viewed for each
66
workflow run on the [GitHub Actions][url-actions] tab of the repository.

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ POM_DEVELOPER_ID=KotlinCrypto
3030
POM_DEVELOPER_NAME=Kotlin Crypto
3131
POM_DEVELOPER_URL=https://github.com/KotlinCrypto/
3232

33-
VERSION_NAME=0.6.0-SNAPSHOT
33+
VERSION_NAME=0.5.4-SNAPSHOT
3434
# 0.1.0-alpha01 = 00 01 00 11
3535
# 0.1.0-beta01 = 00 01 00 21
3636
# 0.1.0-rc01 = 00 01 00 31
3737
# 0.1.0 = 00 01 00 99
3838
# 1.1.0 = 01 01 00 99
39-
VERSION_CODE=00060099
39+
VERSION_CODE=00050499

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ gradle-kmp-configuration = "0.3.2"
1212
gradle-kotlin = "1.9.24"
1313
gradle-publish-maven = "0.29.0"
1414

15-
kotlincrypto-core = "0.5.3"
16-
kotlincrypto-hash = "0.5.3"
15+
kotlincrypto-core = "0.5.4"
16+
kotlincrypto-hash = "0.5.4"
1717
kotlincrypto-endians = "0.3.1"
18-
kotlincrypto-sponges = "0.3.1"
18+
kotlincrypto-sponges = "0.3.2"
1919

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

0 commit comments

Comments
 (0)