diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-01-16 03:25:27 +0000 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-01-16 10:23:06 +0530 |
commit | 872c6ac227b334fdf9194de70796cbecac23daef (patch) | |
tree | a5325b98bfc67b38cafa0595b19925313f7a49f1 | |
parent | f2858529c200548cfeef905a0e3d382be6344db0 (diff) |
fix(deps): update dependency me.zhanghai.android.fastscroll:library to v1.2.0
-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 76ec84dd..9220431e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -79,7 +79,7 @@ thirdparty-bouncycastle-bcpkix = { module = "org.bouncycastle:bcpkix-jdk15to18", thirdparty-bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk15to18", version.ref = "bouncycastle" } thirdparty-commons_codec = "commons-codec:commons-codec:1.14" thirdparty-eddsa = "net.i2p.crypto:eddsa:0.3.0" -thirdparty-fastscroll = "me.zhanghai.android.fastscroll:library:1.1.8" +thirdparty-fastscroll = "me.zhanghai.android.fastscroll:library:1.2.0" 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.16" |