File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ dependencies {
81
81
82
82
<!-- TAG_DEPENDENCIES -->
83
83
[ 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
85
85
86
86
<!-- TAG_PLATFORMS -->
87
87
[ badge-platform-android ] : http://img.shields.io/badge/-android-6EDB8D.svg?style=flat
Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ gradle-kmp-configuration = "0.3.2"
9
9
gradle-kotlin = " 1.9.24"
10
10
gradle-publish-maven = " 0.29.0"
11
11
12
- kotlincrypto-error = " 0.1 .0"
12
+ kotlincrypto-error = " 0.2 .0"
13
13
14
14
[libraries ]
15
15
gradle-dokka = { module = " org.jetbrains.dokka:dokka-gradle-plugin" , version.ref = " gradle-dokka" }
16
16
gradle-kmp-configuration = { module = " io.matthewnelson:gradle-kmp-configuration-plugin" , version.ref = " gradle-kmp-configuration" }
17
17
gradle-kotlin = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " gradle-kotlin" }
18
18
gradle-publish-maven = { module = " com.vanniktech:gradle-maven-publish-plugin" , version.ref = " gradle-publish-maven" }
19
19
20
- kotlincrypto-error = { module = " org.kotlincrypto.error :error" , version.ref = " kotlincrypto-error" }
20
+ kotlincrypto-error = { module = " org.kotlincrypto:error" , version.ref = " kotlincrypto-error" }
21
21
22
22
# tests & tools
23
23
androidx-test-runner = { module = " androidx.test:runner" , version.ref = " androidx-test-runner" }
You can’t perform that action at this time.
0 commit comments