Skip to content

Commit

Permalink
Update build.gradle.kts to remove dependency on rewrite-recipe-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Sep 12, 2023
1 parent 63d243f commit 54e31bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ repositories {

val rewriteVersion = rewriteRecipe.rewriteVersion.get()
dependencies {
implementation(platform("org.openrewrite.recipe:rewrite-recipe-bom:$rewriteVersion"))
implementation(platform("org.openrewrite:rewrite-bom:$rewriteVersion"))

implementation("org.openrewrite:rewrite-yaml")
implementation("org.openrewrite:rewrite-java")
implementation("org.openrewrite:rewrite-xml")
implementation("org.openrewrite:rewrite-hcl")
implementation("org.openrewrite:rewrite-maven")
implementation("org.openrewrite.recipe:rewrite-terraform")
implementation("org.openrewrite.recipe:rewrite-static-analysis")
implementation("org.openrewrite.recipe:rewrite-terraform:$rewriteVersion")
implementation("org.openrewrite.recipe:rewrite-static-analysis:$rewriteVersion")

}

0 comments on commit 54e31bb

Please sign in to comment.