Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Ohlson committed Jun 7, 2023
1 parent 6e1ee41 commit d1f5e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
dependencies {
constraints {
project.rootProject.subprojects.forEach { subproject ->
if (subproject.name != "misk-bom") {
if (subproject.name != "bom") {
api(subproject)
}
}
Expand Down

0 comments on commit d1f5e43

Please sign in to comment.