Skip to content

Commit

Permalink
Rewrite latest.release
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed May 5, 2021
1 parent 50505c9 commit 778356b
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 778356b

Please sign in to comment.