From d4458721ce354df9e8757b2de9fa570f6bc08959 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 00:33:16 +0000 Subject: [PATCH] ktlint: Update to version 1.2.1 --- bucket/ktlint.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ktlint.json b/bucket/ktlint.json index 464cffd7bb..f32bd1bf27 100644 --- a/bucket/ktlint.json +++ b/bucket/ktlint.json @@ -1,5 +1,5 @@ { - "version": "1.2.0", + "version": "1.2.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.2.0/ktlint#/ktlint.jar", - "hash": "0ef4fe14a82153c5a67094f44e203a8b96380cb25c838b211c6087c20b3381cd", + "url": "https://github.com/pinterest/ktlint/releases/download/1.2.1/ktlint#/ktlint.jar", + "hash": "2e28cf46c27d38076bf63beeba0bdef6a845688d6c5dccd26505ce876094eb92", "bin": "ktlint.jar", "checkver": "github", "autoupdate": {