mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-01 14:55:19 +00: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:
@@ -3,6 +3,7 @@
|
|||||||
* SPDX-License-Identifier: GPL-3.0-only
|
* SPDX-License-Identifier: GPL-3.0-only
|
||||||
*/
|
*/
|
||||||
@file:Suppress("JUnitMalformedDeclaration") // The test runner takes care of it
|
@file:Suppress("JUnitMalformedDeclaration") // The test runner takes care of it
|
||||||
|
|
||||||
package app.passwordstore.crypto
|
package app.passwordstore.crypto
|
||||||
|
|
||||||
import app.passwordstore.crypto.CryptoConstants.KEY_PASSPHRASE
|
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-download = "de.undercouch:gradle-download-task:5.5.0"
|
||||||
build-javapoet = "com.squareup:javapoet:1.13.0"
|
build-javapoet = "com.squareup:javapoet:1.13.0"
|
||||||
build-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
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-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.25.3"
|
||||||
build-metalava = "me.tylerbwong.gradle.metalava:plugin:0.3.3"
|
build-metalava = "me.tylerbwong.gradle.metalava:plugin:0.3.3"
|
||||||
build-moshi = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
|
build-moshi = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
|
||||||
|
Reference in New Issue
Block a user