Skip to content

Commit

Permalink
Update with rewrite 7.6.0 and rewrite-testing-frameworks 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sambsnyd committed May 26, 2021
1 parent a6d3a8e commit 1a00d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ configurations.all {
}
}

val rewriteVersion = "latest.integration"
val testingFrameworksVersion = "latest.integration"
val rewriteVersion = "latest.release"
val testingFrameworksVersion = "latest.release"
dependencies {
compileOnly("org.projectlombok:lombok:latest.release")
annotationProcessor("org.projectlombok:lombok:latest.release")
Expand Down

0 comments on commit 1a00d9b

Please sign in to comment.