Skip to content

Commit

Permalink
chore(deps): update plugin org.jlleitschuh.gradle.ktlint to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 4, 2024
1 parent c36e12a commit feaa63d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {

plugins {
kotlin("multiplatform") version "1.9.20" apply false
id("org.jlleitschuh.gradle.ktlint") version "11.6.1" apply false
id("org.jlleitschuh.gradle.ktlint") version "12.1.0" apply false
id("com.gradle.plugin-publish") version "1.1.0" apply false
id("nebula.release") version "18.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion integration-test-project/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
val kotlinVersion = "1.9.20"
kotlin("multiplatform") version kotlinVersion apply false
kotlin("jvm") version kotlinVersion apply false
id("org.jlleitschuh.gradle.ktlint") version "11.6.1"
id("org.jlleitschuh.gradle.ktlint") version "12.1.0"
id("io.github.virelion.buildata") version "0.0.0-SNAPSHOT" apply false
}

Expand Down

0 comments on commit feaa63d

Please sign in to comment.