diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-04-15 23:56:01 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-15 23:56:01 +0530 |
commit | f75af3550c176067ce23c6edb5e207ba44bb179c (patch) | |
tree | ff86b7d3bd4cd09e2ec71ff5a75219745c0f68ba /gradle/libs.versions.toml | |
parent | 5312f2fa5d28de3227a852770cb17a96a5c3f223 (diff) |
chore(deps): update dependency com.michael-bull.kotlin-result:kotlin-result to v1.1.15 (#1845)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d135bc91..20290581 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -80,7 +80,7 @@ thirdparty-eddsa = "net.i2p.crypto:eddsa:0.3.0" thirdparty-fastscroll = "me.zhanghai.android.fastscroll:library:1.1.7" thirdparty-flowbinding-android = { module = "io.github.reactivecircus.flowbinding:flowbinding-android", version.ref = "flowbinding" } thirdparty-jgit = "org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r" -thirdparty-kotlinResult = "com.michael-bull.kotlin-result:kotlin-result:1.1.14" +thirdparty-kotlinResult = "com.michael-bull.kotlin-result:kotlin-result:1.1.15" thirdparty-leakcanary = { module = "com.squareup.leakcanary:leakcanary-android-startup", version.ref="leakcanary" } thirdparty-plumber = { module = "com.squareup.leakcanary:plumber-android-startup", version.ref="leakcanary" } thirdparty-logcat = "com.squareup.logcat:logcat:0.1" |