Skip to content

Commit

Permalink
Update build.gradle.kts to remove rewrite-recipe-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Sep 12, 2023
1 parent 4d4f91e commit 0e8f3b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ description = "LaunchDarkly Migration"
val rewriteVersion = rewriteRecipe.rewriteVersion.get()
dependencies {
implementation(platform("org.openrewrite:rewrite-bom:$rewriteVersion"))
implementation(platform("org.openrewrite.recipe:rewrite-recipe-bom:$rewriteVersion"))
implementation("org.openrewrite:rewrite-java")
implementation("org.openrewrite.recipe:rewrite-java-dependencies")
implementation("org.openrewrite.recipe:rewrite-java-dependencies:$rewriteVersion")

testImplementation("org.openrewrite:rewrite-java-17")
testImplementation("org.openrewrite:rewrite-test")
Expand Down

0 comments on commit 0e8f3b3

Please sign in to comment.