Skip to content

Commit

Permalink
build(bom): add SLF4J BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Sep 4, 2024
1 parent 11a25e6 commit 3395dd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ dependencies {

// Groovy BOM
api(platform("org.codehaus.groovy:groovy-bom:${libs.versions.groovy.get()}"))

// SLF4J BOM
api(platform("org.slf4j:slf4j-bom:${libs.versions.slf4j.get()}"))
}

0 comments on commit 3395dd4

Please sign in to comment.