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