We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f479e commit 81a923fCopy full SHA for 81a923f
build.gradle.kts
@@ -89,7 +89,7 @@ configurations.all {
89
val mockito1Version = "1.10.19"
90
val assertJVersion = "3.18.1"
91
92
-val rewriteVersion = "latest.integration"
+val rewriteVersion = "latest.release"
93
dependencies {
94
implementation("org.openrewrite:rewrite-java:$rewriteVersion")
95
implementation("org.openrewrite:rewrite-maven:$rewriteVersion")
0 commit comments