Skip to content

Commit

Permalink
bump rewrite version
Browse files Browse the repository at this point in the history
  • Loading branch information
kunli2 committed Aug 2, 2023
1 parent 795ce9a commit e034bfd
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 @@ -132,7 +132,7 @@ tasks.named<JavaCompile>("compileJava") {
options.release.set(8)
}

val rewriteVersion = "8.1.1"
val rewriteVersion = "8.1.13"

dependencies {
compileOnly("org.openrewrite.gradle.tooling:model:latest.release")
Expand Down

0 comments on commit e034bfd

Please sign in to comment.