diff --git a/build.gradle.kts b/build.gradle.kts index 05470a8..8f1a166 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ description = "Rewrite recipes." // The bom version can also be set to a specific version or latest.release. val latest = "latest.integration" dependencies { - implementation(platform("org.openrewrite:rewrite-bom:${latest}")) + implementation(platform("org.openrewrite:rewrite-recipe-bom:${latest}")) implementation("org.openrewrite:rewrite-java") runtimeOnly("org.openrewrite:rewrite-java-17")