Skip to content

Commit b972937

Browse files
committed
Add BOM to version catalog
1 parent dfec169 commit b972937

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bom/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ fun createBomConstraintsAndVersionCatalog() {
5454
}
5555
}
5656

57+
// Add the BOM itself to the version catalog
58+
catalogExt.versionCatalog {
59+
library("bom", "aws.sdk.kotlin:bom:$version")
60+
}
61+
5762
val ignoredSmithyKotlin = setOf(
5863
"smithy.kotlin.codegen",
5964
"smithy.kotlin.http.test",

0 commit comments

Comments
 (0)