From d7665a2282f8b8ec0512fb0019c29e2b97f67b0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:26:16 +0000 Subject: [PATCH] ktlint: Update to version 1.3.0 --- bucket/ktlint.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ktlint.json b/bucket/ktlint.json index f32bd1bf27..dfb78195ec 100644 --- a/bucket/ktlint.json +++ b/bucket/ktlint.json @@ -1,5 +1,5 @@ { - "version": "1.2.1", + "version": "1.3.0", "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.2.1/ktlint#/ktlint.jar", - "hash": "2e28cf46c27d38076bf63beeba0bdef6a845688d6c5dccd26505ce876094eb92", + "url": "https://github.com/pinterest/ktlint/releases/download/1.3.0/ktlint#/ktlint.jar", + "hash": "01b2e0ef893383a50dbeb13970fe7fa3be36ca3e83259e01649945b09d736985", "bin": "ktlint.jar", "checkver": "github", "autoupdate": {