Skip to content

Commit

Permalink
Update the IntelliJ plugin to gfj 1.21.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 616908365
  • Loading branch information
plumpy authored and google-java-format Team committed Mar 18, 2024
1 parent 8ee063e commit 71a755b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions idea_plugin/build.gradle.kts
Expand Up @@ -22,7 +22,7 @@ apply(plugin = "java")

repositories { mavenCentral() }

val googleJavaFormatVersion = "1.20.0"
val googleJavaFormatVersion = "1.21.0"

java {
sourceCompatibility = JavaVersion.VERSION_11
Expand Down Expand Up @@ -62,5 +62,5 @@ tasks {
dependencies {
implementation("com.google.googlejavaformat:google-java-format:${googleJavaFormatVersion}")
testImplementation("junit:junit:4.13.2")
testImplementation("com.google.truth:truth:1.4.1")
testImplementation("com.google.truth:truth:1.4.2")
}

0 comments on commit 71a755b

Please sign in to comment.