Skip to content

Commit

Permalink
Prepare for 4.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sambsnyd committed May 11, 2021
1 parent f22c005 commit 53a9a3a
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 53a9a3a

Please sign in to comment.