Skip to content

Commit

Permalink
Update build.gradle.kts to not depend 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 b4601a8 commit b2e9d29
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 = "Micrometer 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 b2e9d29

Please sign in to comment.