Skip to content

Commit

Permalink
Update for rewrite 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sambsnyd committed Mar 31, 2021
1 parent 53f1082 commit 1fdfa38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ val plugin: Configuration by configurations.creating
configurations.getByName("compileOnly").extendsFrom(plugin)

// Fixed version numbers because com.gradle.plugin-publish will publish poms with requested rather than resolved versions
val rewriteVersion = "7.0.1"
val rewriteVersion = "7.1.0"
val prometheusVersion = "1.3.0"
val nettyVersion = "1.1.0"

Expand Down

0 comments on commit 1fdfa38

Please sign in to comment.