summaryrefslogtreecommitdiff
path: root/build-logic
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-04-25 10:45:07 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-04-25 10:45:07 +0530
commit11720e95429f03be7a4903989fbd011dd630b847 (patch)
tree36ea9e0e0101c3f34000a14dc327e850e3afc0e5 /build-logic
parent62902ca80b2a0883d810518de8b1838f29a682eb (diff)
build-logic: upgrade ktfmt
Diffstat (limited to 'build-logic')
-rw-r--r--build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.spotless.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.spotless.gradle.kts b/build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.spotless.gradle.kts
index 2ec3891a..48ed6d62 100644
--- a/build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.spotless.gradle.kts
+++ b/build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.spotless.gradle.kts
@@ -5,7 +5,7 @@
plugins { id("com.diffplug.spotless") }
-val KTFMT_VERSION = "0.35"
+val KTFMT_VERSION = "0.36"
spotless {
kotlin {