Skip to content

Commit

Permalink
Update for rewrite 7.0.0-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sambsnyd committed Mar 3, 2021
1 parent 3668587 commit a496cdd
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.0-rc.6"
val rewriteVersion = "7.0.0-rc.7"
val prometheusVersion = "1.3.0"
val nettyVersion = "1.1.0"

Expand Down

0 comments on commit a496cdd

Please sign in to comment.