Skip to content

Commit

Permalink
fix(deps): update dependency org.jmailen.gradle:kotlinter-gradle to v…
Browse files Browse the repository at this point in the history
…3.12.0 (#137)

* fix(deps): update dependency org.jmailen.gradle:kotlinter-gradle to v3.12.0

* Run formatKotlin

Co-authored-by: Elias Jørgensen <elias.zakarias.joergensen@pleo.io>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 20, 2022
1 parent f35339a commit 5e1dff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
kotlinCoroutinesVersion = "1.6.0"
kotlinGradlePluginVersion = "1.7.10"

kotlinterGradleVersion = "3.11.1"
kotlinterGradleVersion = "3.12.0"
}

repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ class ComplexObjects @Inject constructor(
UNDER_HUMAN_REVIEW,
OUTPUT,
FINISHED,
ERROR,
ERROR
}
}

0 comments on commit 5e1dff9

Please sign in to comment.