Skip to content

Commit

Permalink
Bump org.jlleitschuh.gradle.ktlint in /unit-api-kotlin
Browse files Browse the repository at this point in the history
Bumps org.jlleitschuh.gradle.ktlint from 10.1.0 to 11.0.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 9, 2022
1 parent dd5c066 commit d8d5bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-api-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.5.10"
id("org.jlleitschuh.gradle.ktlint") version "10.1.0"
id("org.jlleitschuh.gradle.ktlint") version "11.0.0"

// Auto Update Versions
id("se.patrikerdes.use-latest-versions")
Expand Down

0 comments on commit d8d5bf3

Please sign in to comment.