From f981b3a69ecfa92158d3327c0a0a4b6f9d91e05f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 20:23:15 +0000 Subject: [PATCH] ktlint: Update to version 1.0.1 --- bucket/ktlint.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ktlint.json b/bucket/ktlint.json index 2fa47865af..5624ce8f30 100644 --- a/bucket/ktlint.json +++ b/bucket/ktlint.json @@ -1,5 +1,5 @@ { - "version": "1.0.0", + "version": "1.0.1", "description": "An anti-bikeshedding Kotlin linter with built-in formatter", "homepage": "https://github.com/pinterest/ktlint/", "license": "MIT", @@ -9,8 +9,8 @@ "java/openjdk" ] }, - "url": "https://github.com/pinterest/ktlint/releases/download/1.0.0/ktlint#/ktlint.jar", - "hash": "5d19ef51d198eecf1280fb167192ed1e1374c70eb9311abceb89207ad06481dd", + "url": "https://github.com/pinterest/ktlint/releases/download/1.0.1/ktlint#/ktlint.jar", + "hash": "099091ed4254f79ee77c7ee1d62fd0dccfbbe780ddfba204765b3ab3b5997b95", "bin": "ktlint.jar", "checkver": "github", "autoupdate": {