Skip to content

Commit

Permalink
Bump org.jlleitschuh.gradle.ktlint from 12.1.0 to 12.1.1 (#11)
Browse files Browse the repository at this point in the history
Bumps org.jlleitschuh.gradle.ktlint from 12.1.0 to 12.1.1.

---
updated-dependencies:
- dependency-name: org.jlleitschuh.gradle.ktlint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 8, 2024
1 parent 303b02d commit 6a31765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget

plugins {
kotlin("jvm") version "1.9.24"
id("org.jlleitschuh.gradle.ktlint") version "12.1.0"
id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("com.gradle.plugin-publish") version "1.2.1"
}
Expand Down

0 comments on commit 6a31765

Please sign in to comment.