Skip to content

Commit

Permalink
Add missing dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed May 6, 2024
1 parent 4864afa commit fe22222
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 @@ -16,7 +16,7 @@ dependencies {
implementation("org.openrewrite:rewrite-java")
implementation("org.openrewrite:rewrite-maven")
implementation("org.openrewrite:rewrite-yaml")
implementation("org.openrewrite.recipe:rewrite-java-dependencies")
implementation("org.openrewrite.recipe:rewrite-java-dependencies:$rewriteVersion")
runtimeOnly("org.openrewrite:rewrite-java-11")

testImplementation("org.ow2.asm:asm:latest.release")
Expand Down

0 comments on commit fe22222

Please sign in to comment.