Skip to content

Commit 71a755b

Browse files
plumpygoogle-java-format Team
authored and
google-java-format Team
committed
Update the IntelliJ plugin to gfj 1.21.0.
PiperOrigin-RevId: 616908365
1 parent 8ee063e commit 71a755b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

idea_plugin/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apply(plugin = "java")
2222

2323
repositories { mavenCentral() }
2424

25-
val googleJavaFormatVersion = "1.20.0"
25+
val googleJavaFormatVersion = "1.21.0"
2626

2727
java {
2828
sourceCompatibility = JavaVersion.VERSION_11
@@ -62,5 +62,5 @@ tasks {
6262
dependencies {
6363
implementation("com.google.googlejavaformat:google-java-format:${googleJavaFormatVersion}")
6464
testImplementation("junit:junit:4.13.2")
65-
testImplementation("com.google.truth:truth:1.4.1")
65+
testImplementation("com.google.truth:truth:1.4.2")
6666
}

0 commit comments

Comments
 (0)