Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-solomon committed Jan 16, 2024
1 parent 7ca5a6e commit 85eec11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 85eec11

Please sign in to comment.