mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +02:00
fix(deps): update dependency com.facebook:ktfmt to v0.46 (#2689)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
227a9c5b93
commit
6fa7b63a93
|
@ -3,6 +3,7 @@
|
|||
* SPDX-License-Identifier: GPL-3.0-only
|
||||
*/
|
||||
@file:Suppress("JUnitMalformedDeclaration") // The test runner takes care of it
|
||||
|
||||
package app.passwordstore.crypto
|
||||
|
||||
import app.passwordstore.crypto.CryptoConstants.KEY_PASSPHRASE
|
||||
|
|
|
@ -41,7 +41,7 @@ build-diffutils = "io.github.java-diff-utils:java-diff-utils:4.12"
|
|||
build-download = "de.undercouch:gradle-download-task:5.5.0"
|
||||
build-javapoet = "com.squareup:javapoet:1.13.0"
|
||||
build-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
||||
build-ktfmt = "com.facebook:ktfmt:0.45"
|
||||
build-ktfmt = "com.facebook:ktfmt:0.46"
|
||||
build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.25.3"
|
||||
build-metalava = "me.tylerbwong.gradle.metalava:plugin:0.3.3"
|
||||
build-moshi = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
|
||||
|
|
Loading…
Reference in a new issue