From 9e46eeedd796ab08f3777d22c0b76d886a4c5e46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 20:25:04 +0000 Subject: [PATCH] ktlint: Update to version 1.2.0 --- bucket/ktlint.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ktlint.json b/bucket/ktlint.json index d4c41b1aab..464cffd7bb 100644 --- a/bucket/ktlint.json +++ b/bucket/ktlint.json @@ -1,5 +1,5 @@ { - "version": "1.1.1", + "version": "1.2.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.1.1/ktlint#/ktlint.jar", - "hash": "9c64315aaa645ceeec867e22c511ec8614ae8dd77ff2102317052fa194249405", + "url": "https://github.com/pinterest/ktlint/releases/download/1.2.0/ktlint#/ktlint.jar", + "hash": "0ef4fe14a82153c5a67094f44e203a8b96380cb25c838b211c6087c20b3381cd", "bin": "ktlint.jar", "checkver": "github", "autoupdate": {