Skip to content

Commit

Permalink
Add explicit rewrite-test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Nov 27, 2024
1 parent 717ebd5 commit 8bab15b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ description = "Rewrite Docker recipes."
val rewriteVersion = rewriteRecipe.rewriteVersion.get()
dependencies {
implementation(platform("org.openrewrite:rewrite-bom:$rewriteVersion"))
implementation("org.openrewrite:rewrite-core:$rewriteVersion")
implementation("org.openrewrite:rewrite-core")
testImplementation("org.openrewrite:rewrite-test")
}

0 comments on commit 8bab15b

Please sign in to comment.