Skip to content

Commit adaf87e

Browse files
authored
Update error to 0.2.0 (#119)
1 parent a0ea61b commit adaf87e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ dependencies {
8181

8282
<!-- TAG_DEPENDENCIES -->
8383
[badge-kotlin]: https://img.shields.io/badge/kotlin-1.9.24-blue.svg?logo=kotlin
84-
[badge-error]: https://img.shields.io/badge/kotlincrypto.error-0.1.0-blue.svg
84+
[badge-error]: https://img.shields.io/badge/kotlincrypto.error-0.2.0-blue.svg
8585

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

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ gradle-kmp-configuration = "0.3.2"
99
gradle-kotlin = "1.9.24"
1010
gradle-publish-maven = "0.29.0"
1111

12-
kotlincrypto-error = "0.1.0"
12+
kotlincrypto-error = "0.2.0"
1313

1414
[libraries]
1515
gradle-dokka = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "gradle-dokka" }
1616
gradle-kmp-configuration = { module = "io.matthewnelson:gradle-kmp-configuration-plugin", version.ref = "gradle-kmp-configuration" }
1717
gradle-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "gradle-kotlin" }
1818
gradle-publish-maven = { module = "com.vanniktech:gradle-maven-publish-plugin", version.ref = "gradle-publish-maven" }
1919

20-
kotlincrypto-error = { module = "org.kotlincrypto.error:error", version.ref = "kotlincrypto-error" }
20+
kotlincrypto-error = { module = "org.kotlincrypto:error", version.ref = "kotlincrypto-error" }
2121

2222
# tests & tools
2323
androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidx-test-runner" }

0 commit comments

Comments
 (0)