Skip to content

Commit

Permalink
Fix ktlint versions used for default slf4j version
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Sep 11, 2024
1 parent 08c63b4 commit 23b1cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class RadarKotlinPlugin : Plugin<Project> {
kotlinApiVersion.convention("")
junitVersion.convention(Versions.junit)
ktlintVersion.convention(Versions.ktlint)
slf4jVersion.convention(Versions.ktlint)
slf4jVersion.convention(Versions.slf4j)
}

apply(plugin = "kotlin")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ object Versions {
const val ktlint = "0.50.0"
const val java = 11
const val junit = "5.10.0"
const val slf4j = "2.0.16"
}

0 comments on commit 23b1cb4

Please sign in to comment.