Skip to content

Commit

Permalink
Fix wrong coordinate for rewrite-static-analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Jun 5, 2023
1 parent 2d25793 commit 3bf7e07
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 @@ -106,7 +106,7 @@ dependencies {
implementation("org.openrewrite:rewrite-xml:${rewriteVersion}")
implementation("org.openrewrite:rewrite-hcl:${rewriteVersion}")
implementation("org.openrewrite:rewrite-maven:${rewriteVersion}")
implementation("org.openrewrite:rewrite-static-analysis:${rewriteVersion}")
implementation("org.openrewrite.recipe:rewrite-static-analysis:${rewriteVersion}")

runtimeOnly("com.fasterxml.jackson.core:jackson-core:2.15.1")

Expand Down

0 comments on commit 3bf7e07

Please sign in to comment.