Skip to content

Commit

Permalink
Merge pull request #54 from lpicanco/dependabot/gradle/org.jlleitschu…
Browse files Browse the repository at this point in the history
…h.gradle.ktlint-12.1.1

chore(deps): bump org.jlleitschuh.gradle.ktlint from 12.1.0 to 12.1.1
  • Loading branch information
lpicanco committed May 24, 2024
2 parents 0244441 + b3f35bd commit d3d1f11
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 @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.9.22"
id("org.jlleitschuh.gradle.ktlint") version "12.1.0"
id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
id("org.sonarqube") version "4.4.1.3373"
jacoco
id("maven-publish")
Expand Down

0 comments on commit d3d1f11

Please sign in to comment.