We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee063e commit 71a755bCopy full SHA for 71a755b
idea_plugin/build.gradle.kts
@@ -22,7 +22,7 @@ apply(plugin = "java")
22
23
repositories { mavenCentral() }
24
25
-val googleJavaFormatVersion = "1.20.0"
+val googleJavaFormatVersion = "1.21.0"
26
27
java {
28
sourceCompatibility = JavaVersion.VERSION_11
@@ -62,5 +62,5 @@ tasks {
62
dependencies {
63
implementation("com.google.googlejavaformat:google-java-format:${googleJavaFormatVersion}")
64
testImplementation("junit:junit:4.13.2")
65
- testImplementation("com.google.truth:truth:1.4.1")
+ testImplementation("com.google.truth:truth:1.4.2")
66
}
0 commit comments