diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-01-08 15:26:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-08 15:26:52 +0000 |
commit | 45b75b74c57ede100875bc9b03f0b7153f69788b (patch) | |
tree | 934456f430e3c3b2a1c63c217b00b3abd389d1b5 /gradle | |
parent | 5e5a2ded531393ae0a8ef3bd1dc985a195f84e8b (diff) |
chore(deps): update dependency com.michael-bull.kotlin-result:kotlin-result to v1.1.14 (#1649)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Diffstat (limited to 'gradle')
-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 85130d75..105f5ad5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -77,7 +77,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.13" +thirdparty-kotlinResult = "com.michael-bull.kotlin-result:kotlin-result:1.1.14" thirdparty-leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref="leakcanary" } thirdparty-plumber = { module = "com.squareup.leakcanary:plumber-android", version.ref="leakcanary" } thirdparty-logcat = "com.squareup.logcat:logcat:0.1" |