Skip to content

Commit 778356b

Browse files
committed
Rewrite latest.release
1 parent 50505c9 commit 778356b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ configurations.all {
7979
}
8080
}
8181

82-
val rewriteVersion = "latest.integration"
83-
val testingFrameworksVersion = "latest.integration"
82+
val rewriteVersion = "latest.release"
83+
val testingFrameworksVersion = "latest.release"
8484
dependencies {
8585
compileOnly("org.projectlombok:lombok:latest.release")
8686
annotationProcessor("org.projectlombok:lombok:latest.release")

0 commit comments

Comments
 (0)