Skip to content

Commit

Permalink
rewrite-core needs a version because bom hasn't been released yet
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Jul 15, 2024
1 parent c348858 commit c5efc15
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 @@ -8,7 +8,7 @@ description = "Rewrite Docker recipes."
val rewriteVersion = rewriteRecipe.rewriteVersion.get()
dependencies {
implementation(platform("org.openrewrite.recipe:rewrite-recipe-bom:$rewriteVersion"))
implementation("org.openrewrite:rewrite-core")
implementation("org.openrewrite:rewrite-core:$rewriteVersion")
}

signing {
Expand Down

0 comments on commit c5efc15

Please sign in to comment.